Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
iBB
API
geneinfoservice
Commits
effda7fd
Commit
effda7fd
authored
Dec 30, 2020
by
cnguyen2
Browse files
Minor fix
parent
6d966c22
Pipeline
#165702
failed with stages
in 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
effda7fd
...
@@ -5,7 +5,9 @@ stages:
...
@@ -5,7 +5,9 @@ stages:
variables
:
variables
:
CONTAINER_TEMP_IMAGE
:
$CI_REGISTRY_IMAGE:temp-$CI_COMMIT_SHORT_SHA
CONTAINER_TEMP_IMAGE
:
$CI_REGISTRY_IMAGE:temp-$CI_COMMIT_SHORT_SHA
MAVEN_OPTS
:
"
-Dmaven.repo.local=.m2/repository
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN"
MAVEN_OPTS
:
"
-Dmaven.repo.local=.m2/repository"
MAVEN_CLI_OPTS
:
"
--batch-mode
--errors
--fail-at-end
--show-version
-DinstallAtEnd=true
-DdeployAtEnd=true"
cache
:
cache
:
paths
:
paths
:
...
...
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