Skip to content
Snippets Groups Projects
Verified Commit 3f1753d2 authored by David Hoese's avatar David Hoese
Browse files

Add docker in docker stuff to deploy job

parent cb59034b
No related branches found
No related tags found
No related merge requests found
...@@ -92,6 +92,9 @@ get_chart_grb: ...@@ -92,6 +92,9 @@ get_chart_grb:
# https://docs.gitlab.com/ee/ci/yaml/#environment # https://docs.gitlab.com/ee/ci/yaml/#environment
deploy_grb: deploy_grb:
stage: deploy_grb stage: deploy_grb
image: $CICHART_IMAGE
services:
- docker:19.03.1-dind
tags: tags:
- docker - docker
before_script: before_script:
......
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