mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-27 07:03:26 +08:00
dotn actually need this globally
This commit is contained in:
parent
6a42a8daab
commit
5e2c12ae77
@ -1,5 +1,3 @@
|
||||
image: docker:latest
|
||||
|
||||
variables:
|
||||
# Use the OverlayFS driver for improved performance.
|
||||
DOCKER_DRIVER: overlay
|
||||
@ -11,9 +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"
|
||||
|
||||
services:
|
||||
- docker:dind
|
||||
|
||||
stages:
|
||||
- build
|
||||
- deploy
|
||||
@ -44,6 +39,7 @@ build:
|
||||
|
||||
deploy:
|
||||
stage: deploy
|
||||
image: docker:latest
|
||||
services:
|
||||
- docker:dind
|
||||
variables:
|
||||
|
Loading…
Reference in New Issue
Block a user