Skip to content
Snippets Groups Projects
Commit 2e14f2b3 authored by Dennis Bonke's avatar Dennis Bonke
Browse files

Update .gitlab-ci.yml

parent 6ae1b6fd
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -13,11 +13,10 @@ variables:
before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle
- echo "$MAVEN_PASS"
build:
stage: build
script: ./gradlew -i setupDecompWorkspace && ./gradlew build -Pmaven_pass="$MAVEN_PASS"
script: ./gradlew -i setupDecompWorkspace && ./gradlew build -Pmaven_pass=$MAVEN_PASS
cache:
key: "$CI_COMMIT_REF_NAME"
policy: push
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment