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 09a3f5b commit ba2f909Copy full SHA for ba2f909
_buildscripts/makerelease
@@ -1,6 +1,9 @@
1
#!/bin/sh
2
3
-_buildscripts/vibuild
+if ! _buildscripts/cibuild; then
4
+ printf '%s\n' 'Build failed' >&2
5
+ exit 1
6
+fi
7
8
# Clean out the articles directory
9
rm -rf _site/articles
0 commit comments