debug
Some checks failed
/ deploy (push) Failing after 5s

This commit is contained in:
ange 2024-12-28 13:16:09 +00:00
parent c8543f2ce7
commit de9de2716a
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash -e
set -o pipefail
#!/bin/bash
set -xeo pipefail
function kapply() {
for f in "$@"; do

View File

@ -1,5 +1,5 @@
#!/bin/bash -e
set -o pipefail
#!/bin/bash
set -eo pipefail
export NB_REPLICAS=1

View File

@ -1,5 +1,5 @@
#!/bin/bash -e
set -o pipefail
#!/bin/bash
set -eo pipefail
# TODO: 3
export NB_REPLICAS=1