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 28b0a23 commit c08ef9bCopy full SHA for c08ef9b
.circleci/docker_build
@@ -1,4 +1,5 @@
1
#!/bin/bash
2
+set -e
3
VERSION=$(jq -r .version package.json)
4
VERSION_TAG=$VERSION.b$CIRCLE_BUILD_NUM
5
0 commit comments