Add bash as system package
This commit is contained in:
@@ -9,6 +9,7 @@ stages:
|
|||||||
staging:
|
staging:
|
||||||
stage: build_publish
|
stage: build_publish
|
||||||
before_script:
|
before_script:
|
||||||
|
- apk add bash
|
||||||
- echo $CI_JOB_TOKEN | docker login -u $CI_REGISTRY_USER $CI_REGISTRY --password-stdin
|
- echo $CI_JOB_TOKEN | docker login -u $CI_REGISTRY_USER $CI_REGISTRY --password-stdin
|
||||||
script:
|
script:
|
||||||
- /bin/bash utils/publish/staging
|
- /bin/bash utils/publish/staging
|
||||||
@@ -18,6 +19,7 @@ staging:
|
|||||||
production:
|
production:
|
||||||
stage: build_publish
|
stage: build_publish
|
||||||
before_script:
|
before_script:
|
||||||
|
- apk add bash
|
||||||
- echo $CI_JOB_TOKEN | docker login -u $CI_REGISTRY_USER $CI_REGISTRY --password-stdin
|
- echo $CI_JOB_TOKEN | docker login -u $CI_REGISTRY_USER $CI_REGISTRY --password-stdin
|
||||||
script:
|
script:
|
||||||
- /bin/bash utils/publish/production.sh
|
- /bin/bash utils/publish/production.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user