Skip to content

Commit c08ef9b

Browse files
authored
Add "set -e" to docker_build (#5896)
1 parent 28b0a23 commit c08ef9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/docker_build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -e
23
VERSION=$(jq -r .version package.json)
34
VERSION_TAG=$VERSION.b$CIRCLE_BUILD_NUM
45

0 commit comments

Comments
 (0)