Skip to content

Commit 595a6d0

Browse files
committed
Stop if anything is wrong
1 parent 24c34c2 commit 595a6d0

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
#!/usr/bin/env bash
2+
set -e
3+
24
docker build -t hjerpbakk/dotnet-script:1.3.1 .
35
docker build -t hjerpbakk/dotnet-script:latest .

publish.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
#!/usr/bin/env bash
2+
set -e
3+
24
docker push hjerpbakk/dotnet-script:1.3.1
35
docker push hjerpbakk/dotnet-script:latest

test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env bash
2+
set -e
3+
24
docker build -t hjerpbakk/dotnet-script-local:1.3.1 .
35

46
ARGUMENT="42"

0 commit comments

Comments
 (0)