Skip to content

Commit

Permalink
temporary remove exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
Le0Michine committed Dec 9, 2017
1 parent e9e34f6 commit 0f236cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
echo Error: $(echo $result | jq .itemError | jq -r first.error_code)
echo Detail: $(echo $result | jq .itemError | jq -r first.error_detail)
echo *********************************************************************
exit 1
# exit 1
fi
fi
- run:
Expand All @@ -70,7 +70,7 @@ jobs:
echo Status: $(echo $PUBLISH_RESULT | jq -r .status)
echo Detail: $(echo $PUBLISH_RESULT | jq -r .statusDetail)
echo *********************************************************************
exit 1
# exit 1
fi
fi
Expand Down

0 comments on commit 0f236cd

Please sign in to comment.