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
ed113767
Commit
ed113767
authored
Jun 29, 2021
by
dgelessus
Browse files
Remove probably unneeded mavenrc delete command from .gitlab-ci.yml
parent
2a34250e
Pipeline
#64621
failed with stages
in 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ed113767
...
@@ -2,7 +2,6 @@ build:
...
@@ -2,7 +2,6 @@ build:
stage
:
build
stage
:
build
image
:
openjdk:8-jdk-slim
image
:
openjdk:8-jdk-slim
before_script
:
before_script
:
-
sudo rm -f /etc/mavenrc
-
wget http://www.us.apache.org/dist/maven/maven-3/3.0.5/binaries/apache-maven-3.0.5-bin.tar.gz
-
wget 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
-
tar -zxvf apache-maven-3.0.5-bin.tar.gz
-
export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=192m"
-
export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=192m"
...
...
Write
Preview
Supports
Markdown
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