.
This commit is contained in:
parent
b0a908623a
commit
78310996fc
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ steps:
|
||||||
image: library/docker:27.0.3-dind-alpine3.20
|
image: library/docker:27.0.3-dind-alpine3.20
|
||||||
privileged: true
|
privileged: true
|
||||||
environment:
|
environment:
|
||||||
DOCKER_HOST: tcp://docker:2375
|
DOCKER_HOST: tcp://0.0.0.0:2375
|
||||||
commands: |
|
commands: |
|
||||||
echo $DOCKER_HOST
|
echo $DOCKER_HOST
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue