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

Merge branch 'test-ci' into 'master'

Update .gitlab-ci.yml

See merge request !4
parents cec05ffb 080e298b
No related branches found
No related tags found
1 merge request!4Update .gitlab-ci.yml
Pipeline #
...@@ -46,6 +46,8 @@ build-jar: ...@@ -46,6 +46,8 @@ build-jar:
deploy-to-maven: deploy-to-maven:
stage: deploy stage: deploy
script: ./gradlew -i uploadArchives -Pmaven_pass=$MAVEN_PASS script: ./gradlew -i uploadArchives -Pmaven_pass=$MAVEN_PASS
only:
- master
#cache: #cache:
# key: "$CI_COMMIT_REF_NAME" # key: "$CI_COMMIT_REF_NAME"
# policy: push # 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