Install bash in CI.

This commit is contained in:
2020-12-23 18:39:56 +05:00
parent 08c5f16d04
commit 41a58410f6
2 changed files with 2 additions and 0 deletions

View File

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

View File

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