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

ci: Switch image to gitlab-ci-cd which provides for all jobs

parent fce02116
No related branches found
Tags 0eb3388c-ls18
No related merge requests found
...@@ -4,7 +4,7 @@ stages: ...@@ -4,7 +4,7 @@ stages:
- build - build
test docker: test docker:
image: docker:latest image: griefed/gitlab-cic-cd:1.0.0
stage: test stage: test
services: services:
- name: docker:dind - name: docker:dind
...@@ -86,7 +86,7 @@ test docker: ...@@ -86,7 +86,7 @@ test docker:
release: release:
needs: ['test docker'] needs: ['test docker']
stage: release stage: release
image: griefed/gitlab-semantic-release:latest image: griefed/gitlab-cic-cd:1.0.0
services: services:
- name: docker:dind - name: docker:dind
alias: docker alias: docker
...@@ -104,7 +104,7 @@ release: ...@@ -104,7 +104,7 @@ release:
- $CI_COMMIT_TITLE =~ /^RELEASE:.+$/ - $CI_COMMIT_TITLE =~ /^RELEASE:.+$/
build: build:
image: docker:latest image: griefed/gitlab-cic-cd:1.0.0
stage: build stage: build
services: services:
- name: docker:dind - name: docker: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