Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NeqModPlus
Indriya P2
Commits
5c95ef9f
Commit
5c95ef9f
authored
Dec 08, 2020
by
Kai-Holger Brassel
Browse files
Use shared docker runner in build stage
parent
d2195b41
Pipeline
#1645
passed with stages
in 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5c95ef9f
...
...
@@ -9,12 +9,15 @@ build-p2:
image
:
maven:3.6.3-adoptopenjdk-15
stage
:
build
script
:
-
echo "Maven Version"
-
mvn --version
tags
:
-
docker
pages-master
:
stage
:
deploy
script
:
-
mvn --version
-
mkdir -p "$EXPORT_DIR/$CI_PROJECT_NAME"
-
cp -r public/* "$EXPORT_DIR/$CI_PROJECT_NAME"
tags
:
-
production
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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