Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
App Blocks
Commits
0a3b45c8
Commit
0a3b45c8
authored
Apr 23, 2017
by
Matija Obreza
Browse files
GPG sec is text no need for base64, publish artifacts for tags
parent
5acd93f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0a3b45c8
...
...
@@ -11,11 +11,12 @@ run tests in branches:
-
master
publish artifacts
:
stage
:
compile
stage
:
deploy
image
:
maven:3-jdk-8
script
:
-
echo "${GPG_KEY_SECRET}" |
base64 --decode |
gpg --allow-secret-key-import --import
-
echo "${GPG_KEY_SECRET}" | gpg --allow-secret-key-import --import
-
gpg --list-keys
-
mvn clean deploy --settings .ci-maven-settings.xml -B -U
only
:
-
master
-
tags
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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