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

Fix publishing task name in .gitlab-ci.yml

parent 439fa442
No related branches found
No related tags found
No related merge requests found
Pipeline #39668 passed
......@@ -33,7 +33,7 @@ publish:
- openssl aes-256-cbc -pass "env:ENCRYPTION_PASSWORD" -d -a -md md5 -in secring.gpg.enc -out secring.gpg
- openssl aes-256-cbc -pass "env:ENCRYPTION_PASSWORD" -d -a -md md5 -in pubring.gpg.enc -out pubring.gpg
- openssl aes-256-cbc -pass "env:ENCRYPTION_PASSWORD" -d -a -md md5 -in gradle.properties.enc -out gradle.properties
- ./gradlew ${GRADLE_OPTIONS} uploadArchives
- ./gradlew ${GRADLE_OPTIONS} publish
only:
- master@general/stups/sablecc-stups
- develop@general/stups/sablecc-stups
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment