File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
integration-tests/src/test/resources Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -128,16 +128,16 @@ function state_dump {
128
128
129
129
130
130
131
- if [ ! " $LEASE_ID " = " " ]; then
131
+ # if [ ! "$LEASE_ID" = "" ]; then
132
132
# release the lease if we own it
133
- ${SCRIPTPATH} /lease.sh -d " $LEASE_ID " 2>&1 | tee ${RESULT_DIR} /release_lease.out
134
- if [ " $? " = " 0" ]; then
135
- echo Lease released.
136
- else
137
- echo Lease could not be released:
138
- cat /${RESULT_DIR} /release_lease.out
139
- fi
140
- fi
133
+ # ${SCRIPTPATH}/lease.sh -d "$LEASE_ID" 2>&1 | tee ${RESULT_DIR}/release_lease.out
134
+ # if [ "$?" = "0" ]; then
135
+ # echo Lease released.
136
+ # else
137
+ # echo Lease could not be released:
138
+ # cat /${RESULT_DIR}/release_lease.out
139
+ # fi
140
+ # fi
141
141
142
142
# remove docker-images project before archiving
143
143
rm -rf ${RESULT_DIR} /docker-images
You can’t perform that action at this time.
0 commit comments