Code Review
/
csit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
3891e0b
)
fix(ansible): Remove Calibration
60/41760/1
author
Peter Mikus
<
[email protected]
>
Mon, 28 Oct 2024 08:45:01 +0000
(09:45 +0100)
committer
Peter Mikus
<
[email protected]
>
Mon, 28 Oct 2024 08:45:01 +0000
(09:45 +0100)
Signed-off-by: Peter Mikus <
[email protected]
>
Change-Id: Ia71b70ceecca0541cad1598fbd021a4d8f47fb1b
resources/libraries/bash/function/common.sh
patch
|
blob
|
history
diff --git
a/resources/libraries/bash/function/common.sh
b/resources/libraries/bash/function/common.sh
index
3495c61
..
e8a5efa
100644
(file)
--- 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
, calibration
"
+ ansible_playbook "cleanup"
result="$?"
set -e
if [[ "${result}" == "0" ]]; then