Skip to content
Snippets Groups Projects

fix: support for gitlab-ci-local

Merged Wouter Deconinck requested to merge gitlab-ci-local into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -166,6 +166,9 @@ version:
image: ${DOCKER_IMAGE}
services:
- docker:dind
variables:
DOCKER_HOST: tcp://docker:2376
DOCKER_TLS_CERTDIR: "/certs"
rules:
- when: on_success
resource_group: ${CI_COMMIT_REF_NAME}-${VERSION}
Loading