Skip to content
Snippets Groups Projects
Commit 1ded4afc authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

refactor(yaml): replace anchors with ref tags

parent d218fff9
No related branches found
No related tags found
No related merge requests found
......@@ -487,7 +487,7 @@ stages:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "docker", "5.6.1"]
before_script:
- *docker-scripts
- !reference [.docker-scripts]
.docker-kaniko-base:
extends: .docker-base
......@@ -501,7 +501,7 @@ stages:
paths:
- .cache
before_script:
- *docker-scripts
- !reference [.docker-scripts]
- create_kaniko_cache_dir
......@@ -529,7 +529,7 @@ stages:
if [[ -n "${_TRACE}" ]]; then echo "Here is the list of all CAs that are trusted by the Docker daemon:"; cat /etc/ssl/certs/ca-certificates.crt; fi
if [[ -n "${DOCKER_REGISTRY_MIRROR}" ]]; then dockerd-entrypoint.sh --registry-mirror ${DOCKER_REGISTRY_MIRROR}; else dockerd-entrypoint.sh; fi || exit
before_script:
- *docker-scripts
- !reference [.docker-scripts]
- if ! wait_for_docker_daemon; then fail "Docker-in-Docker is not enabled on this runner. Either use a Docker-in-Docker capable runner, or disable this job by setting \$DOCKER_BUILD_TOOL to a different value"; fi
# ==================================================
......
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