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 4b6a3fe commit 2795996Copy full SHA for 2795996
src-build/build.sh
@@ -1,6 +1,7 @@
1
#!/bin/sh
2
+set -eux -o pipefail
3
4
clojure -T:build clean
-HYPERFIDDLE_ELECTRIC_BUILD=`git describe --tags --long --always --dirty`
5
+HYPERFIDDLE_ELECTRIC_BUILD="v3-alpha-SNAPSHOT"
6
clojure -T:build jar :version '"'$HYPERFIDDLE_ELECTRIC_BUILD'"'
-clojure -T:build install :version '"'$HYPERFIDDLE_ELECTRIC_BUILD'"'
7
+clojure -T:build install :version '"'$HYPERFIDDLE_ELECTRIC_BUILD'"'
0 commit comments