dind
This commit is contained in:
parent
c071fad914
commit
ce56be8d2a
1 changed files with 3 additions and 3 deletions
|
|
@ -51,15 +51,15 @@ steps:
|
||||||
- cat r_build_latest.txt
|
- cat r_build_latest.txt
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
image: alpine:3.20
|
image: 27.0.3-alpine3.20
|
||||||
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
|
||||||
pip3 install -q b2 --break-system-packages
|
pip3 install -q b2 --break-system-packages
|
||||||
just build-r-${PLATFORM} $(cat r-release-version.txt)
|
just build-r-${PLATFORM} $(cat r-release-version.txt)
|
||||||
fi
|
fi
|
||||||
volumes:
|
# volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
# - /var/run/docker.sock:/var/run/docker.sock
|
||||||
# - /tmp:/tmp
|
# - /tmp:/tmp
|
||||||
|
|
||||||
- name: Upload
|
- name: Upload
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue