Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
App Blocks
Commits
81174ecf
Commit
81174ecf
authored
Apr 22, 2017
by
Matija Obreza
Browse files
GPG keys
parent
2b303889
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
81174ecf
...
...
@@ -10,12 +10,14 @@ run tests in branches:
except
:
-
master
build
:
publish artifacts
:
stage
:
compile
image
:
maven:3-jdk-8
script
:
# will need to handle GPG at some point
# - echo "${GPG_XXX}" > XXX
-
echo "${GPG_KEY_SECRET}" | base64 --decode | gpg --allow-secret-key-import --import
-
gpg --list-keys
-
MAVEN_OPTS="${MAVEN_OPTS} -Dorg.slf4j.simpleLogger.defaultLogLevel=warn" mvn clean deploy --settings .ci-maven-settings.xml -B -U
# only:
# - master
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