Skip to content
Snippets Groups Projects
Commit ed113767 authored by dgelessus's avatar dgelessus
Browse files

Remove probably unneeded mavenrc delete command from .gitlab-ci.yml

parent 2a34250e
No related branches found
No related tags found
No related merge requests found
Pipeline #64621 failed
......@@ -2,7 +2,6 @@ build:
stage: build
image: openjdk:8-jdk-slim
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
- tar -zxvf apache-maven-3.0.5-bin.tar.gz
- export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=192m"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment