[bitnami/argo-workflow-exec] Release 3.4.0-debian-11-r0 (#7548)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-09-23 10:28:24 +02:00
committed by GitHub
parent 316a3134dc
commit 7cd7c08d33
6 changed files with 73 additions and 25 deletions

View File

@@ -1,9 +1,10 @@
#!/bin/sh
set -e
set -u
export DEBIAN_FRONTEND=noninteractive
set -eu
n=0
max=2
export DEBIAN_FRONTEND=noninteractive
until [ $n -gt $max ]; do
set +e
(