Skip to content

Commit

Permalink
fix post-push-starter by using bash instead of sh, some env like coul…
Browse files Browse the repository at this point in the history
…d only live with bash
  • Loading branch information
lonegunmanb committed Feb 4, 2024
1 parent 6bb9ef6 commit c765639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/post-push-starter.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
REMOTE_SCRIPT="https://raw.githubusercontent.com/Azure/tfmod-scaffold/main/$SCRIPT_FOLDER$AVMSCRIPT_VERSION"
curl -H 'Cache-Control: no-cache, no-store' -sSL "$REMOTE_SCRIPT/post-push.sh" | sh -s
curl -H 'Cache-Control: no-cache, no-store' -sSL "$REMOTE_SCRIPT/post-push.sh" | bash

0 comments on commit c765639

Please sign in to comment.