Merge branch '36-ci-cd-fails-on-deploy-because-of-bad-tag-configuration' into 'dev'
Resolve "CI CD fails on deploy because of bad tag configuration" Closes #36 See merge request sa4-2020/the-sanmarinoes/frontend!30
This commit is contained in:
commit
cb0e498ace
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ testing_testing:
|
||||||
|
|
||||||
smartHut_deploy:
|
smartHut_deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
# tags:
|
tags:
|
||||||
# - dind
|
- dind
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
|
|
Loading…
Reference in a new issue