Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
DARIAH-DE
TextGridLab
SADE Publish Plugin
Commits
840bd2c9
Commit
840bd2c9
authored
Oct 19, 2020
by
Ubbo Veentjer
Browse files
fix .gitlab-ci.yml
parent
bf35a623
Pipeline
#155181
passed with stages
in 34 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
840bd2c9
...
@@ -2,11 +2,14 @@ image: maven:latest
...
@@ -2,11 +2,14 @@ image: maven:latest
variables
:
variables
:
MAVEN_CLI_OPTS
:
"
--batch-mode"
MAVEN_CLI_OPTS
:
"
--batch-mode"
MAVEN_OPTS
:
"
-Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN
-Dorg.slf4j.simpleLogger.showDateTime=true"
# Cache downloaded dependencies and plugins between builds.
# To keep cache across branches add 'key: "$CI_JOB_NAME"'
cache
:
cache
:
key
:
${CI_JOB_NAME}
paths
:
paths
:
-
.m2/repository/
-
.m2/repository
# - **/target/
build
:
build
:
stage
:
build
stage
:
build
...
@@ -22,7 +25,7 @@ deploy:
...
@@ -22,7 +25,7 @@ deploy:
-
build
-
build
script
:
script
:
-
mkdir public
-
mkdir public
-
cp
p2repository/target/repository public/repository
-
mv
p2repository/target/repository public/repository
# only:
# only:
# - master
# - 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