Skip to content

Commit 325b955

Browse files
committed
Use bin/bash -e
1 parent cbdaac8 commit 325b955

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

dockers/cite-seq-count/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Dockerized CITE-seq-Count
1010

1111
## Push to Docker Registry
1212

13-
Either you can use the `docker push` command or run `push.sh` (requires [scing](https://github.com/hisplan/scing)):
13+
Either you can use the `docker push` command or run `push.sh` (requires [SCING](https://github.com/hisplan/scing)):
1414

1515
```bash
1616
./push.sh

dockers/cite-seq-count/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/bash -e
22

33
source config.sh
44

dockers/cite-seq-count/push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/bash -e
22

33
source config.sh
44

dockers/cut-indrop-spacer/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/bash -e
22

33
source config.sh
44

dockers/cut-indrop-spacer/push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/bash -e
22

33
source config.sh
44

dockers/cutadapt/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/bash -e
22

33
source config.sh
44

dockers/cutadapt/push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/bash -e
22

33
source config.sh
44

dockers/hto-adt-postprocess/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/bash -e
22

33
source config.sh
44

dockers/hto-adt-postprocess/push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/bash -e
22

33
source config.sh
44

dockers/hto-demux-kmeans/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/bash -e
22

33
source config.sh
44

0 commit comments

Comments
 (0)