Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GLIS Client
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Genesys PGR
GLIS Client
Commits
97de9268
Commit
97de9268
authored
Sep 22, 2017
by
Matija Obreza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI updated for gpg signing and refreshing snapshot dependencies
parent
800e6382
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
pom.xml
pom.xml
+7
-0
No files found.
.gitlab-ci.yml
View file @
97de9268
...
...
@@ -7,7 +7,7 @@ run tests in branches:
image
:
maven:3-jdk-8
script
:
-
echo "Using username ${GLIS_USERNAME} for authentication against https://glistest.planttreaty.org"
-
MAVEN_OPTS="${MAVEN_OPTS} -Dorg.slf4j.simpleLogger.defaultLogLevel=warn" mvn test -B -DskipTests=false
-
MAVEN_OPTS="${MAVEN_OPTS} -Dorg.slf4j.simpleLogger.defaultLogLevel=warn" mvn test -B -
U -
DskipTests=false
except
:
-
master
-
tags
...
...
@@ -20,7 +20,7 @@ publish snapshot artifacts:
-
gpg --list-keys
script
:
-
echo "Using username ${GLIS_USERNAME} for authentication against https://glistest.planttreaty.org"
-
MAVEN_OPTS="${MAVEN_OPTS} -Dorg.slf4j.simpleLogger.defaultLogLevel=warn" mvn clean deploy --settings .ci-maven-settings.xml -B -U -DskipTests=false
-
MAVEN_OPTS="${MAVEN_OPTS} -Dorg.slf4j.simpleLogger.defaultLogLevel=warn" mvn clean deploy -
B -U -
-settings .ci-maven-settings.xml -B -U -DskipTests=false
only
:
-
master
...
...
pom.xml
View file @
97de9268
...
...
@@ -119,6 +119,13 @@
<goals>
<goal>
sign
</goal>
</goals>
<!-- gpg: signing failed: No such file or directory -->
<configuration>
<gpgArguments>
<arg>
--pinentry-mode
</arg>
<arg>
loopback
</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>
...
...
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