Commit 9f24389e by Jessica Hawkwell

Update .gitlab-ci.yml

1 parent bfd76a7e
Pipeline #163 failed
in 19 seconds
Showing with 1 additions and 5 deletions
image: maven:3-jdk-8-alpine
image: registry.felinewith.me/dockerhelper/maven:master
variables:
# This will supress any download for dependencies and plugins or upload messages which would clutter the console log.
......@@ -9,10 +9,6 @@ variables:
# `installAtEnd` and `deployAtEnd`are only effective with recent version of the corresponding plugins.
MAVEN_CLI_OPTS: "--batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true -DdeployAtEnd=true"
.before-script:
- apk update
- apk add git
stages:
- compile
- package
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!