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 196b3d2 commit 47dcfb0Copy full SHA for 47dcfb0
build-site.sh
@@ -1,5 +1,8 @@
1
#!/bin/bash
2
+# Print commands
3
set -x
4
+# Exit on error
5
+set -e
6
7
if [[ -z "${DEPLOY_PRIME_URL}" ]]; then
8
USE_BASE_URL_SITE=""
0 commit comments