docker host
This commit is contained in:
parent
ecd3477ad0
commit
7200801601
1 changed files with 2 additions and 2 deletions
|
|
@ -54,8 +54,8 @@ steps:
|
|||
# image: library/docker:26.1.4-dind-alpine3.20 # agent on k8s
|
||||
image: alpine:3.20 # agent on VM
|
||||
privileged: true
|
||||
# environment:
|
||||
# DOCKER_HOST: tcp://docker:2375
|
||||
environment:
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
commands: |
|
||||
# docker info
|
||||
if [ ! -s r_build_latest.txt ] || [ ! "$(cat r-release-version.txt)" = "$(cat r_build_latest.txt)" ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue