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

Updated .gitlab-ci.yml

parent 667ae626
Branches master
No related tags found
No related merge requests found
Pipeline #
......@@ -25,7 +25,7 @@ stages:
setup-workspace:
stage: setup
script: ./gradlew -i setupDevWorkspace -Pmaven_pass=$MAVEN_PASS
script: gradle -i setupDevWorkspace -Pmaven_pass=$MAVEN_PASS
cache:
key: "$CI_COMMIT_REF_NAME"
policy: push
......@@ -35,7 +35,7 @@ setup-workspace:
build-jar:
stage: build
script: ./gradlew -i build -Pmaven_pass=$MAVEN_PASS
script: gradle -i build -Pmaven_pass=$MAVEN_PASS
#cache:
# key: "$CI_COMMIT_REF_NAME"
# policy: push
......@@ -45,7 +45,7 @@ build-jar:
deploy-to-maven:
stage: deploy
script: ./gradlew -i uploadArchives -Pmaven_pass=$MAVEN_PASS
script: gradle -i uploadArchives -Pmaven_pass=$MAVEN_PASS
only:
- master
#cache:
......
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