We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c10eb8 + bbb43d0 commit 0c3430bCopy full SHA for 0c3430b
entrypoint.sh
@@ -39,14 +39,14 @@ response_code=$(curl --show-error --silent --location --request POST "${DLMC_CI_
39
jq . response.json
40
41
if [[ $response_code -ne 200 ]]; then
42
- echo "Invalid status code given: ${response_code}"
+ echo "Migration status code: ${response_code}"
43
exit 1
44
fi
45
46
status=$(jq -r '.session.result.status' response.json)
47
48
if [[ $status != "passed" ]]; then
49
- echo "Invalid status given: ${status}"
+ echo "Migration status: ${status}"
50
51
52
0 commit comments