Skip to content

Commit 24326d6

Browse files
committed
do_not_merge: configure specific artifacts path for now
Signed-off-by: Egor Lazarchuk <yegorlz@amazon.co.uk>
1 parent 6fff211 commit 24326d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/devtool

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
143143
get_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.

0 commit comments

Comments
 (0)