Skip to content

Commit

Permalink
fixup image build script
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-schndr committed Jun 6, 2024
1 parent 1eda7cc commit 48e4a17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pipelines/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
SECRET_SA_ACCOUNT_NAME=$(SECRET_SA_ACCOUNT_NAME) make secrets
. secrets/env
trap 'rm -f .config/containers/auth.json' EXIT
mkdir -p ~/.config/containers/
echo $PULL_SECRET > .config/containers/auth.json
make image-e2e
displayName: Build e2e image
Expand Down

0 comments on commit 48e4a17

Please sign in to comment.