We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a97d57 commit a2720f4Copy full SHA for a2720f4
main.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
# Exit on error
4
-set -ex
+set -e
5
6
hosts_file="$GITHUB_WORKSPACE/.github/hosts.yml"
7
export PATH="$PATH:$COMPOSER_HOME/vendor/bin"
0 commit comments