remove from s3 ls

This commit is contained in:
Patrick Schratz 2024-09-10 09:00:20 +02:00
commit 2e175c6b1e
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -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: