Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
7fefca47c9
commit
f7c7aef96b
@ -36,7 +36,9 @@ curl -L "https://api-minio.front.kjuulh.io/${S3_BUCKET}/releases/${APP_NAME}/${A
|
|||||||
chmod +x "${INSTALL_DIR}/${BINARY_NAME}"
|
chmod +x "${INSTALL_DIR}/${BINARY_NAME}"
|
||||||
|
|
||||||
echo "Starting churn agent setup..."
|
echo "Starting churn agent setup..."
|
||||||
|
set +e
|
||||||
res=$(churn agent setup --discovery "${CHURN_DISCOVERY}" 2>&1)
|
res=$(churn agent setup --discovery "${CHURN_DISCOVERY}" 2>&1)
|
||||||
|
set -e
|
||||||
exit_code=$?
|
exit_code=$?
|
||||||
echo "Command output: $res"
|
echo "Command output: $res"
|
||||||
echo "Exit code: $exit_code"
|
echo "Exit code: $exit_code"
|
||||||
|
Loading…
Reference in New Issue
Block a user