Commit 5c95ef9f authored by Kai-Holger Brassel's avatar Kai-Holger Brassel
Browse files

Use shared docker runner in build stage

parent d2195b41
Pipeline #1645 passed with stages
in 31 seconds
...@@ -9,12 +9,15 @@ build-p2: ...@@ -9,12 +9,15 @@ build-p2:
image: maven:3.6.3-adoptopenjdk-15 image: maven:3.6.3-adoptopenjdk-15
stage: build stage: build
script: script:
- echo "Maven Version"
- mvn --version - mvn --version
tags:
- docker
pages-master: pages-master:
stage: deploy stage: deploy
script: script:
- mvn --version
- mkdir -p "$EXPORT_DIR/$CI_PROJECT_NAME"
- cp -r public/* "$EXPORT_DIR/$CI_PROJECT_NAME" - cp -r public/* "$EXPORT_DIR/$CI_PROJECT_NAME"
tags: tags:
- production - production
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment