.
This commit is contained in:
parent
869307b15f
commit
5cecf97ac1
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ steps:
|
|||
- name: Build
|
||||
image: library/docker:27.0.3-alpine3.20
|
||||
environment:
|
||||
DOCKER_HOST: tcp://docker:2376
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
commands: |
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue