Skip to content

Commit 7cd7648

Browse files
author
mo
committed
k8s: use POSIX set -eu for /bin/sh
1 parent c4e4cf0 commit 7cd7648

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

k8s-prepare-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
args:
1414
- -c
1515
- |
16-
set -euo pipefail
16+
set -eu
1717
apt-get update && apt-get install -y git
1818
mkdir -p /app && cd /app
1919
git clone https://github.com/david-thrower/cerebros-core-algorithm-alpha.git .

k8s-train-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
args:
1414
- -c
1515
- |
16-
set -euo pipefail
16+
set -eu
1717
apt-get update && apt-get install -y git
1818
mkdir -p /app && cd /app
1919
git clone https://github.com/david-thrower/cerebros-core-algorithm-alpha.git .

0 commit comments

Comments
 (0)