Skip to content

Commit

Permalink
fix logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Yelizariev authored Jan 23, 2020
1 parent fcc3318 commit 4ec6d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Deploy
run: |
OUTPUT=$(curl -i ${{ secrets.DEPLOYMENT_WEBHOOK }})
echo $OUTPUT
echo "$OUTPUT"
STATUSCODE=$(echo $OUTPUT| grep HTTP/1.1 | awk {'print $2'})
test $STATUSCODE -ne 200 && exit $STATUSCODE || exit 0
- name: Deployment status
Expand Down

0 comments on commit 4ec6d9c

Please sign in to comment.