This is an automated email from the ASF dual-hosted git repository.
jstastnycz pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
The following commit(s) were added to refs/heads/main by this push:
new a3c3524a Remove set -e from scripts sourced from .bashrc (#1143)
a3c3524a is described below
commit a3c3524a3d1baf26b5799806653447281ee592cb
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Tue Dec 12 09:00:48 2023 -0300
Remove set -e from scripts sourced from .bashrc (#1143)
---
apache-nodes/entrypoint.sh | 2 --
apache-nodes/wait-for-process.sh | 2 +-
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/apache-nodes/entrypoint.sh b/apache-nodes/entrypoint.sh
index 61d79e22..835472d8 100755
--- a/apache-nodes/entrypoint.sh
+++ b/apache-nodes/entrypoint.sh
@@ -1,6 +1,4 @@
#!/bin/bash
-set -e
-
# cgroup v2: enable nesting
if [ -f /sys/fs/cgroup/cgroup.controllers ]; then
echo "in cgroupv2 branch"
diff --git a/apache-nodes/wait-for-process.sh b/apache-nodes/wait-for-process.sh
index 9cfc0a8d..49d4035e 100644
--- a/apache-nodes/wait-for-process.sh
+++ b/apache-nodes/wait-for-process.sh
@@ -1,6 +1,6 @@
#!/bin/bash
source /opt/bash-utils/logger.sh
-set -e
+
function wait_for_process () {
local max_time_wait=30
local process_name="$1"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]