.
This commit is contained in:
parent
adee6419e1
commit
4ea4ba70a4
1 changed files with 4 additions and 2 deletions
|
|
@ -52,10 +52,12 @@ steps:
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
image: library/docker:27.0.3-dind-alpine3.20
|
image: library/docker:27.0.3-dind-alpine3.20
|
||||||
# environment:
|
privileged: true
|
||||||
# DOCKER_HOST: tcp://docker:2375
|
environment:
|
||||||
|
DOCKER_HOST: tcp://docker:2375
|
||||||
commands: |
|
commands: |
|
||||||
echo $DOCKER_HOST
|
echo $DOCKER_HOST
|
||||||
|
docker --tls=false ps
|
||||||
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
|
||||||
pip3 install -q b2 --break-system-packages
|
pip3 install -q b2 --break-system-packages
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue