Skip to content

Commit

Permalink
build: Remove obsolete variable from output
Browse files Browse the repository at this point in the history
  • Loading branch information
dpward committed Mar 10, 2024
1 parent fd7125b commit ac5cf15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export SKIP_BASE=${SKIP_BASE:-no}

echo "Building from: $BASE_IMAGE"
echo "Building with tag: $TAG"
echo "Building in priviledged mode: $PRIVILEDGED"
echo "Storing in: $REGISTRY"

if [ "$CLEANUP" == "no" ]; then
Expand Down

0 comments on commit ac5cf15

Please sign in to comment.