Skip to content
Snippets Groups Projects
Commit 534478db authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

Fix merge going wrong.

parent 99edfca5
No related branches found
No related tags found
1 merge request!3Moving setup and deploy commands to seperate stages.
......@@ -43,16 +43,6 @@ build-jar:
- build
- .gradle
deploy-to-maven:
stage: deploy
script: ./gradlew uploadArchives -Pmaven_pass=$MAVEN_PASS
cache:
key: "$CI_COMMIT_REF_NAME"
policy: push
paths:
- build
- .gradle
deploy-to-maven:
stage: deploy
script: ./gradlew -i uploadArchives -Pmaven_pass=$MAVEN_PASS
......
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