Skip to content
Snippets Groups Projects
Commit f6096fea authored by RenovateBot's avatar RenovateBot :gear:
Browse files

chore(deps): update griefed/gitlab-ci-cd docker tag to v2.0.1

parent a91ddd8f
No related branches found
No related tags found
1 merge request!30chore(deps): update griefed/gitlab-ci-cd docker tag to v2.0.1
This commit is part of merge request !30. Comments created here will be created in the context of that merge request.
...@@ -8,7 +8,7 @@ Gradle Test: ...@@ -8,7 +8,7 @@ Gradle Test:
image: griefed/baseimage-ubuntu-jdk-8:2.0.3 image: griefed/baseimage-ubuntu-jdk-8:2.0.3
stage: Gradle Test stage: Gradle Test
services: services:
- name: griefed/gitlab-ci-cd:2.0.0 - name: griefed/gitlab-ci-cd:2.0.1
alias: docker alias: docker
variables: variables:
project_name: $CI_PROJECT_NAME project_name: $CI_PROJECT_NAME
...@@ -60,9 +60,9 @@ Release: ...@@ -60,9 +60,9 @@ Release:
- job: 'Gradle Test' - job: 'Gradle Test'
artifacts: false artifacts: false
stage: Release stage: Release
image: griefed/gitlab-ci-cd:2.0.0 image: griefed/gitlab-ci-cd:2.0.1
services: services:
- name: griefed/gitlab-ci-cd:2.0.0 - name: griefed/gitlab-ci-cd:2.0.1
alias: docker alias: docker
variables: variables:
project_name: $CI_PROJECT_NAME project_name: $CI_PROJECT_NAME
...@@ -82,7 +82,7 @@ Build Release: ...@@ -82,7 +82,7 @@ Build Release:
image: griefed/baseimage-ubuntu-jdk-8:2.0.3 image: griefed/baseimage-ubuntu-jdk-8:2.0.3
stage: Build Release stage: Build Release
services: services:
- name: griefed/gitlab-ci-cd:2.0.0 - name: griefed/gitlab-ci-cd:2.0.1
alias: docker alias: docker
variables: variables:
project_name: $CI_PROJECT_NAME project_name: $CI_PROJECT_NAME
...@@ -162,7 +162,7 @@ pages: ...@@ -162,7 +162,7 @@ pages:
image: griefed/baseimage-ubuntu-jdk-8:2.0.3 image: griefed/baseimage-ubuntu-jdk-8:2.0.3
stage: Documentation stage: Documentation
services: services:
- name: griefed/gitlab-ci-cd:2.0.0 - name: griefed/gitlab-ci-cd:2.0.1
alias: docker alias: docker
variables: variables:
project_name: $CI_PROJECT_NAME project_name: $CI_PROJECT_NAME
......
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