Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
general
stups
ProB Rodin Plugin
Commits
cccb2624
Commit
cccb2624
authored
Jun 29, 2021
by
dgelessus
Browse files
Fix Maven download in .gitlab-ci.yml
parent
ed113767
Pipeline
#64622
failed with stages
in 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
cccb2624
...
...
@@ -2,7 +2,10 @@ build:
stage
:
build
image
:
openjdk:8-jdk-slim
before_script
:
-
wget http://www.us.apache.org/dist/maven/maven-3/3.0.5/binaries/apache-maven-3.0.5-bin.tar.gz
-
export DEBIAN_FRONTEND="noninteractive"
-
apt-get update
-
apt-get install --assume-yes curl
-
curl --location -o apache-maven-3.0.5-bin.tar.gz http://www.us.apache.org/dist/maven/maven-3/3.0.5/binaries/apache-maven-3.0.5-bin.tar.gz
-
tar -zxvf apache-maven-3.0.5-bin.tar.gz
-
export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=192m"
-
export M2_HOME=$PWD/apache-maven-3.0.5
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment