Install bash in CI.

This commit is contained in:
Stanislav Nikitin 2020-12-23 18:39:56 +05:00
parent 08c5f16d04
commit 41a58410f6
Signed by: pztrn
GPG Key ID: 1E944A0F0568B550
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ stages:
- mirror - mirror
before_script: before_script:
- apk add bash
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
mirror: mirror:

View File

@ -19,6 +19,7 @@ Ensure to add global `before_script`:
``` ```
before_script: before_script:
- apk add bash
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
``` ```