Skip to content
Snippets Groups Projects
Commit 83ccbfc1 authored by Andrea Ceccanti's avatar Andrea Ceccanti
Browse files

Add bash to docker image

parent 59cb2a2a
No related branches found
No related tags found
No related merge requests found
Pipeline #28775 canceled
......@@ -3,7 +3,7 @@ services:
- docker:dind
before_script:
- apk add git
- apk add git bash
- git clone https://baltig.infn.it/mw-devel/helper-scripts.git helper-scripts
- cp helper-scripts/scripts/* /usr/local/bin
- docker login -u gitlab-ci-token -p ${CI_JOB_TOKEN} ${CI_REGISTRY}
......@@ -30,4 +30,3 @@ push-to-dockerhub:
- sh push-images.sh
only:
- master
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