Skip to content

Commit

Permalink
chore: set TARGET_CLEANUP default as true
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Riobo Lorenzo <ariobolo@redhat.com>
  • Loading branch information
adrianriobo committed Mar 12, 2024
1 parent 5f8dbef commit 1435ece
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Import libs
source remote.sh

# Default values
TARGET_CLEANUP="${TARGET_CLEANUP:-"true"}"

# Debug
if [ "${DEBUG:-}" = "true" ]; then
set -xuo
Expand Down

0 comments on commit 1435ece

Please sign in to comment.