File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,8 @@ DEFAULT_ARTIFACTS_S3_BUCKET=s3://spec.ccfc.min/firecracker-ci
141141
142142# Query default S3 bucket with artifacts and return the most recient path
143143get_newest_s3_artifacts () {
144- echo $( aws s3 ls $DEFAULT_ARTIFACTS_S3_BUCKET / --no-sign-request | grep " PRE" | sort -k2 | tail -1 | awk -v bucket=" $DEFAULT_ARTIFACTS_S3_BUCKET " ' {print bucket "/" $2}' )
144+ # echo $(aws s3 ls $DEFAULT_ARTIFACTS_S3_BUCKET/ --no-sign-request | grep "PRE" | sort -k2 | tail -1 | awk -v bucket="$DEFAULT_ARTIFACTS_S3_BUCKET" '{print bucket "/" $2}')
145+ echo " s3://spec.ccfc.min/firecracker-ci/v1.15"
145146}
146147# Function to return local path to artifacts. Accepts the url from function above
147148# as an argument.
You can’t perform that action at this time.
0 commit comments