I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Verified Commit c87e74ea authored by LoveIsGrief's avatar LoveIsGrief
Browse files

CI: Move build_docker to build stage

parent 4a9131c3
No related branches found
No related tags found
1 merge request!19Fix docker build
...@@ -2,6 +2,7 @@ image: openjdk:8-alpine ...@@ -2,6 +2,7 @@ image: openjdk:8-alpine
stages: stages:
- test - test
- build
cache: cache:
key: ${CI_COMMIT_REF_SLUG} key: ${CI_COMMIT_REF_SLUG}
...@@ -26,7 +27,7 @@ test: ...@@ -26,7 +27,7 @@ test:
# Make sure we can build a docker image # Make sure we can build a docker image
# It's cached for later jobs # It's cached for later jobs
build_docker: build_docker:
stage: test stage: build
image: docker:19.03.12 image: docker:19.03.12
services: services:
- docker:19.03.12-dind - docker:19.03.12-dind
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment