Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Transifex Client
Commits
aee1b796
Commit
aee1b796
authored
Oct 21, 2019
by
Matija Obreza
Browse files
Fix: gpg: Inappropriate ioctl for device
parent
5d378a87
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
aee1b796
...
...
@@ -14,9 +14,10 @@ run tests in branches:
publish artifacts
:
stage
:
deploy
image
:
maven:3-jdk-8
script
:
-
echo "${GPG_KEY_SECRET}" | gpg --
allow-secret-key-import
--import
before_
script
:
-
echo "${GPG_KEY_SECRET}" | gpg --
batch
--import
-
gpg --list-keys
script
:
-
mvn clean deploy --settings .ci-maven-settings.xml -B -U
only
:
-
master
...
...
Write
Preview
Supports
Markdown
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