Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shirabendor-quali authored Oct 14, 2021
1 parent d41b87f commit f08bf5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ jobs:
if [ $RES != "\"SUCCESS\"" ]; then
echo "Job Demo Failed!"
OUTPUT=$(curl -X GET -u "admin:admin" --cookie "$COOKIEJAR" -H "$CRUMB" "$SERVER"/job/demo/lastBuild/consoleText)
echo $OUTPUT
curl -X GET -u "admin:admin" --cookie "$COOKIEJAR" -H "$CRUMB" "$SERVER"/job/demo/lastBuild/consoleText
exit 1
else
echo "Job Demo Succeeded!"
Expand Down

0 comments on commit f08bf5e

Please sign in to comment.