diff options
author | Peter Mikus <peter.mikus@protonmail.ch> | 2024-10-28 12:35:55 +0100 |
---|---|---|
committer | Peter Mikus <peter.mikus@protonmail.ch> | 2024-10-28 12:35:55 +0100 |
commit | d3d02ce8ef228ae02a3ebf485cd3a3395b03bbee (patch) | |
tree | a7cd74077eb541d2992b1817e666fe4cc4bfc144 /resources/libraries/bash | |
parent | 19f071df8ee74fdcb04dae99aeca8a9d660b085c (diff) |
fix(ansible): Calibration role
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch>
Change-Id: Ie590eb5eaed0bec9b75ce786062f62f4a3a1d19d
Diffstat (limited to 'resources/libraries/bash')
-rw-r--r-- | resources/libraries/bash/function/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/bash/function/common.sh b/resources/libraries/bash/function/common.sh index e8a5efaa87..fa00b14ded 100644 --- a/resources/libraries/bash/function/common.sh +++ b/resources/libraries/bash/function/common.sh @@ -770,7 +770,7 @@ function reserve_and_cleanup_testbed () { } # Cleanup + calibration checks set +e - ansible_playbook "cleanup" + ansible_playbook "cleanup,calibration" result="$?" set -e if [[ "${result}" == "0" ]]; then |