Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
general
stups
SableCC STUPS
Commits
4ea2dbe6
Commit
4ea2dbe6
authored
Apr 28, 2020
by
dgelessus
Browse files
Fix publishing task name in .gitlab-ci.yml
parent
439fa442
Pipeline
#39668
passed with stages
in 2 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4ea2dbe6
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment