We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f07e74d commit ed29ac2Copy full SHA for ed29ac2
1 file changed
bin/deploy.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-set -o errexit -o nounset
+#set -o errexit -o nounset
4
5
rev=$(git rev-parse --short HEAD)
6
0 commit comments