.
This commit is contained in:
parent
08d387630d
commit
b0a908623a
1 changed files with 1 additions and 2 deletions
|
|
@ -57,7 +57,6 @@ steps:
|
||||||
DOCKER_HOST: tcp://docker:2375
|
DOCKER_HOST: tcp://docker:2375
|
||||||
commands: |
|
commands: |
|
||||||
echo $DOCKER_HOST
|
echo $DOCKER_HOST
|
||||||
docker --tls=false ps
|
|
||||||
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
|
||||||
|
|
@ -125,7 +124,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
DOCKER_TLS_CERTDIR: ""
|
DOCKER_TLS_CERTDIR: ""
|
||||||
image: docker:27-dind
|
image: docker:27-dind
|
||||||
commands: dockerd-entrypoint.sh
|
commands: dockerd-entrypoint.sh --tls=false
|
||||||
privileged: true
|
privileged: true
|
||||||
ports:
|
ports:
|
||||||
- 2375
|
- 2375
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue