Skip to content
Snippets Groups Projects
Commit 1d479d69 authored by Griefed's avatar Griefed :joystick:
Browse files

Update .gitlab-ci.yml file

parent 76e8591e
No related branches found
No related tags found
No related merge requests found
...@@ -3,10 +3,10 @@ stages: ...@@ -3,10 +3,10 @@ stages:
- release - release
- build - build
docker-build: test docker:
# Use the official docker image. # Use the official docker image.
image: docker:latest image: docker:latest
stage: build stage: test
services: services:
- docker:dind - docker:dind
before_script: before_script:
...@@ -43,7 +43,7 @@ release: ...@@ -43,7 +43,7 @@ release:
variables: variables:
- $CI_COMMIT_TITLE =~ /^RELEASE:.+$/ - $CI_COMMIT_TITLE =~ /^RELEASE:.+$/
build: build docker:
stage: build stage: build
# Use the official docker image. # Use the official docker image.
image: docker:latest image: docker:latest
......
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