Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro committed Jul 26, 2024
1 parent 31eb856 commit 32f95a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/compute-tags.test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ computeTags="$(dirname $0)/compute-tags.sh"
# suppress command echoing by compute-tags.sh
export QUIET=1

# unset env vars that were possibly set by the caller, since we test against them
unset BRANCH
unset GITHUB_SHA

testRequireImageName() {
err=$(bash "$computeTags" 2>&1)
assertContains "$err" 'expecting Docker image name'
Expand Down

0 comments on commit 32f95a1

Please sign in to comment.