docker
This commit is contained in:
parent
ce56be8d2a
commit
3a7e31eb45
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ steps:
|
||||||
- cat r_build_latest.txt
|
- cat r_build_latest.txt
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
image: 27.0.3-alpine3.20
|
image: docker: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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue