remove from s3 ls
This commit is contained in:
parent
c4f4163e4d
commit
2e175c6b1e
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ steps:
|
|||
image: alpine:3.20
|
||||
commands:
|
||||
- apk add -q --no-cache aws-cli
|
||||
- aws s3 ls s3://devxy-r-builds/${PLATFORM_ID}/${ARCH}/ | tail -1 | awk '{print $NF}' | cut -c 3-7 > r_build_latest.txt
|
||||
- aws s3 ls s3://devxy-r-builds/${PLATFORM_ID}/ | tail -1 | awk '{print $NF}' | cut -c 3-7 > r_build_latest.txt
|
||||
- cat r_build_latest.txt
|
||||
backend_options:
|
||||
kubernetes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue