cc: fix code climate || exit message

This commit is contained in:
Marcus Holl
2019-02-26 16:56:44 +01:00
parent 050170036d
commit f7e82ecd49
+1 -1
View File
@@ -25,6 +25,6 @@ docker run -v /var/run/docker.sock:/var/run/docker.sock -v "${PWD}":/workspace -
RC=$?
cd -
cd - || { echo "[ERROR] change directory back into integration test root folder failed."; exit 1; }
[ "${RC}" == 0 ] && touch "${TEST_CASE_ROOT}/SUCCESS"