Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bbb43d0

Browse files
committed
fix: migration status wording
1 parent 8c10eb8 commit bbb43d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ response_code=$(curl --show-error --silent --location --request POST "${DLMC_CI_
3939
jq . response.json
4040

4141
if [[ $response_code -ne 200 ]]; then
42-
echo "Invalid status code given: ${response_code}"
42+
echo "Migration status code: ${response_code}"
4343
exit 1
4444
fi
4545

4646
status=$(jq -r '.session.result.status' response.json)
4747

4848
if [[ $status != "passed" ]]; then
49-
echo "Invalid status given: ${status}"
49+
echo "Migration status: ${status}"
5050
exit 1
5151
fi
5252

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /