This commit is contained in:
Patrick Schratz 2024-07-06 15:24:19 +02:00
commit 5cecf97ac1
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -53,7 +53,7 @@ steps:
- name: Build - name: Build
image: library/docker:27.0.3-alpine3.20 image: library/docker:27.0.3-alpine3.20
environment: environment:
DOCKER_HOST: tcp://docker:2376 DOCKER_HOST: tcp://docker:2375
commands: | commands: |
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