Skip to content

Commit 2bfed6d

Browse files
committed
tmp: Use custom artifacts temporarily
This is a temporary commit for testing. Signed-off-by: Takahiro Itazuri <[email protected]>
1 parent 1bb7704 commit 2bfed6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/devtool

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ ensure_ci_artifacts() {
570570
# Fetch all the artifacts so they are local
571571
say "Fetching CI artifacts from S3"
572572
FC_VERSION=$(cmd_sh "cd src/firecracker/src; cargo pkgid | cut -d# -f2 | cut -d. -f1-2")
573-
S3_URL=s3://spec.ccfc.min/firecracker-ci/v$FC_VERSION/$(uname -m)
573+
S3_URL=s3://spec.ccfc.min/firecracker-ci/itazur/$(uname -m)
574574
ARTIFACTS=$MICROVM_IMAGES_DIR/$(uname -m)
575575
if [ ! -d "$ARTIFACTS" ]; then
576576
mkdir -pv $ARTIFACTS

0 commit comments

Comments
 (0)