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
Guilhem Bonnefille
Orekit
Commits
25e2a995
Commit
25e2a995
authored
Aug 12, 2021
by
Guilhem Bonnefille
Browse files
Invert test logic to avoid failing job
parent
fab4e194
Pipeline
#1251
passed with stages
in 24 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
25e2a995
...
...
@@ -27,7 +27,7 @@ verify:
stage
:
verify
script
:
-
mvn $MAVEN_CLI_OPTS verify site
-
test -
n
"$SONAR_TOKEN"
&&
mvn $MAVEN_CLI_OPTS sonar:sonar
-
test -
z
"$SONAR_TOKEN"
||
mvn $MAVEN_CLI_OPTS sonar:sonar
-Dsonar.login=${SONAR_TOKEN}
-Dsonar.branch.name=${CI_COMMIT_REF_NAME}
-Dsonar.projectKey="$SONAR_PROJECT_KEY"
...
...
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