Skip to content

Commit

Permalink
Enable debug output in the prepare script
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Srb <michal@redhat.com>
  • Loading branch information
msrb committed Sep 20, 2024
1 parent 863381d commit a1092a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RET_NO_RPMS_IN_REPOS=8
RET_EMPTY_REPOQUERY=11

set -e
set -x
# sanity checks
[ -z "$TASK_ID" ] && { echo "TASK_ID missing in the environment"; exit 1; }
[ -z "$PROFILE_NAME" ] && { echo "PROFILE_NAME missing in the environment"; exit 1; }
Expand Down

0 comments on commit a1092a3

Please sign in to comment.