From 34ce1060ac141b06bb2374677b74edf0752fc684 Mon Sep 17 00:00:00 2001 From: Maddiaa0 <47148561+Maddiaa0@users.noreply.github.com> Date: Wed, 25 Oct 2023 22:17:21 +0000 Subject: [PATCH] oof --- yarn-project/boxes/run_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn-project/boxes/run_tests b/yarn-project/boxes/run_tests index 620da9561ca3..c1b3bce05dfb 100755 --- a/yarn-project/boxes/run_tests +++ b/yarn-project/boxes/run_tests @@ -27,7 +27,7 @@ SUCCESS_TAG=$BASE_TAG echo "Content hash: $CONTENT_HASH" if check_rebuild $SUCCESS_TAG $SANDBOX; then echo "No rebuild required." - retry tag_remote_image $REPO $BASE_TAG $SUCCESS_TAG + retry tag_remote_image $SANDBOX $BASE_TAG $SUCCESS_TAG exit 0 fi