Skip to content
Snippets Groups Projects
Commit 97c70d04 authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

add bash to docker image

parent 5362c511
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ docker:build: ...@@ -21,7 +21,7 @@ docker:build:
- .devcontainer/Dockerfile - .devcontainer/Dockerfile
- requirements.dev.txt - requirements.dev.txt
before_script: before_script:
- apk add make - apk add bash make
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN registry.ubicast.net - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN registry.ubicast.net
script: script:
- make docker-build - make docker-build
...@@ -36,7 +36,7 @@ docker:rebuild: ...@@ -36,7 +36,7 @@ docker:rebuild:
- if: '$CI_PIPELINE_SOURCE == "schedule"' - if: '$CI_PIPELINE_SOURCE == "schedule"'
- if: '$CI_PIPELINE_SOURCE == "web"' - if: '$CI_PIPELINE_SOURCE == "web"'
before_script: before_script:
- apk add make - apk add bash make
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN registry.ubicast.net - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN registry.ubicast.net
script: script:
- make docker-build - make docker-build
......
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