Skip to content

Commit 0342701

Browse files
feat: using build exit code in pipeline
1 parent 6488e58 commit 0342701

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
docker compose build
2+
if [ "$?" != "0" ]; then exit 1; fi
3+
24
docker compose down
35
docker compose up -d

src/nullinside-api

Submodule nullinside-api updated 1 file

0 commit comments

Comments
 (0)