diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 3481e96..d32d8f4 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -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: