feat: this should work
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
b0ec41fa93
commit
569fee52e6
@ -38,7 +38,7 @@ chmod +x "${INSTALL_DIR}/${BINARY_NAME}"
|
|||||||
res=$(churn agent setup --discovery "${CHURN_DISCOVERY}")
|
res=$(churn agent setup --discovery "${CHURN_DISCOVERY}")
|
||||||
exit_code=$?
|
exit_code=$?
|
||||||
if [[ $exit_code != 0 ]]; then
|
if [[ $exit_code != 0 ]]; then
|
||||||
if [[ "$res" != *"Error: config file already exists"* ]]; then
|
if [[ "$res" != *"config file already exists"* ]]; then
|
||||||
echo "$res"
|
echo "$res"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user