Skip to content

Commit

Permalink
set +e
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig O'Donnell committed Nov 8, 2023
1 parent 198364b commit 5e52ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/kurl-create-installer/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
id: create-installer
shell: bash
run: |
set -euo pipefail
set +e
echo "apiVersion: cluster.kurl.sh/v1beta1
kind: Installer
Expand Down

0 comments on commit 5e52ae3

Please sign in to comment.