We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68c09a commit d72c786Copy full SHA for d72c786
tools/devtool
@@ -523,7 +523,7 @@ ensure_ci_artifacts() {
523
524
# Fetch all the artifacts so they are local
525
say "Fetching CI artifacts from S3"
526
- S3_URL=s3://spec.ccfc.min/firecracker-ci/v1.7/$(uname -m)
+ S3_URL=s3://spec.ccfc.min/firecracker-ci/4360-tmp-artifacts/$(uname -m)
527
ARTIFACTS=$MICROVM_IMAGES_DIR/$(uname -m)
528
if [ ! -d "$ARTIFACTS" ]; then
529
mkdir -pv $ARTIFACTS
0 commit comments