Skip to content

Commit 2acec18

Browse files
committed
Remove but explicit fail for now.
1 parent bec9187 commit 2acec18

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

gitlab/unit-tests.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ if [ $CODECOVERAGE -eq 1 ]; then
5353
-H "Authorization: token $GH_BOT_TOKEN_OBSCURED" \
5454
-H "Accept: application/vnd.github.v3+json" \
5555
-d "{\"state\": \"$STATE\", \"target_url\": \"${CI_JOB_URL/$ORIGINAL/$REPLACETO}/artifacts/$FILE\", \"description\":\"Symfony deprecations ($version)\", \"context\": \"Symfony deprecation ($version)\"}"
56+
if [ $CNT -le 32 ]; then
57+
STATE=success
58+
else
59+
STATE=failure
60+
exit 1
61+
fi
5662
fi
5763
if [ $UNITSUCCESS -eq 0 ]; then
5864
STATE=success

0 commit comments

Comments
 (0)