.
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
|
||||
commands: |
|
||||
echo $DOCKER_HOST
|
||||
docker --tls=false ps
|
||||
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
|
||||
pip3 install -q b2 --break-system-packages
|
||||
|
|
@ -125,7 +124,7 @@ services:
|
|||
environment:
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
image: docker:27-dind
|
||||
commands: dockerd-entrypoint.sh
|
||||
commands: dockerd-entrypoint.sh --tls=false
|
||||
privileged: true
|
||||
ports:
|
||||
- 2375
|
||||
|
|
|
|||
Loading…
Reference in a new issue