Skip to content

Commit

Permalink
feat: support configurable EXIT_CODE for publish-provider-contract
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F authored Aug 15, 2022
1 parent a7ac944 commit 61e14e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish-provider-contract/publishOAS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ ${#MISSING[@]} -gt 0 ]; then
exit 1
fi

EXIT_CODE=0
EXIT_CODE=${EXIT_CODE:-0}
REPORT_FILE_CONTENT_TYPE=${REPORT_FILE_CONTENT_TYPE:-'text/plain'}
VERIFIER_TOOL=${VERIFIER_TOOL:-'github-actions'}
BRANCH=${GITHUB_REF#refs/heads/}
Expand Down

0 comments on commit 61e14e1

Please sign in to comment.