Skip to content

Commit

Permalink
Update to remove quiet flag to allow for error on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Smith committed Oct 25, 2024
1 parent 1dbfcf0 commit 0a09cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cli/runInDocker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ build_temp_runner_image() {
local SET_DOCKER_GID=$(getent group docker | cut -d: -f3)
TEMP_RUNNER_IMAGE="sleeper-runner:$TEMP_TAG"
echo "Propagating current user to Docker image"
docker build "$RUNNER_PATH" --quiet -t "$TEMP_RUNNER_IMAGE" \
docker build "$RUNNER_PATH" -t "$TEMP_RUNNER_IMAGE" \
--build-arg RUN_IMAGE="$RUN_IMAGE" \
--build-arg SET_UID=$SET_UID \
--build-arg SET_GID=$SET_GID \
Expand Down

0 comments on commit 0a09cd9

Please sign in to comment.