Skip to content
Snippets Groups Projects
Commit 995baefe authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

Merge branch '2-add-registry-name-in-all-docker-images' into 'master'

Resolve "Add registry name in all Docker images"

Closes #2

See merge request to-be-continuous/tools/gitlab-ci!2
parents 0ceb8fb5 3bdd5488
No related branches found
No related tags found
No related merge requests found
# this job extracts the bash script from the given template(s)
extract-script:
image: alpine
image: registry.hub.docker.com/library/alpine
stage: .pre
script:
- echo "#!/bin/bash" > script.sh
......
......@@ -46,7 +46,7 @@
}
gitlab-ci-lint:
image: dwdraju/alpine-curl-jq:latest
image: registry.hub.docker.com/dwdraju/alpine-curl-jq:latest
stage: build
before_script:
- *lint-scripts
......
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