Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilWindle committed Sep 12, 2023
1 parent d6fe939 commit 1b25616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-system/scripts/cond_spot_run_build
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ echo "Content hash tag: cache-$CONTENT_HASH"

cd $(query_manifest buildDir $REPOSITORY)

if ! check_rebuild cache-$CONTENT_HASH $REPOSITORY; then
#if ! check_rebuild cache-$CONTENT_HASH $REPOSITORY; then
init_submodules $REPOSITORY
spot_run_script $CONTENT_HASH $SPEC $BUILD_SYSTEM_PATH/remote_build/remote_build $REPOSITORY $@
retry tag_remote_image $REPOSITORY cache-$CONTENT_HASH cache-$CONTENT_HASH
fi
#fi

0 comments on commit 1b25616

Please sign in to comment.