We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eeded5 commit d3c89ebCopy full SHA for d3c89eb
1 file changed
build_integration_test.sh
@@ -1,5 +1,9 @@
1
#!/bin/bash
2
3
+set -e # Exit script immediately on first error.
4
+set -x # Print commands and their arguments as they are executed.
5
+set -o pipefail # Print commands and their arguments as they are
6
+
7
cli="./bin/faas-cli"
8
9
TEMPLATE_NAME="python3-http"
0 commit comments