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
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# 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
+1 −1
Original line number Diff line number Diff line
@@ -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