.
This commit is contained in:
parent
78310996fc
commit
e2959fa7ae
1 changed files with 2 additions and 1 deletions
|
|
@ -56,7 +56,8 @@ steps:
|
||||||
environment:
|
environment:
|
||||||
DOCKER_HOST: tcp://0.0.0.0:2375
|
DOCKER_HOST: tcp://0.0.0.0:2375
|
||||||
commands: |
|
commands: |
|
||||||
echo $DOCKER_HOST
|
sleep 10
|
||||||
|
docker version || true
|
||||||
if [ ! -s r_build_latest.txt ] || [ ! "$(cat r-release-version.txt)" = "$(cat r_build_latest.txt)" ]; then
|
if [ ! -s r_build_latest.txt ] || [ ! "$(cat r-release-version.txt)" = "$(cat r_build_latest.txt)" ]; then
|
||||||
apk add -q --no-cache py3-pip make just aws-cli docker-compose
|
apk add -q --no-cache py3-pip make just aws-cli docker-compose
|
||||||
pip3 install -q b2 --break-system-packages
|
pip3 install -q b2 --break-system-packages
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue