We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54d526 commit 93c31c3Copy full SHA for 93c31c3
build/ci.yaml
@@ -254,7 +254,7 @@ steps:
254
\"content\": \"$(openssl base64 -A -in ${{BREW_NAME}}.rb)\", \
255
\"sha\": $FORMULA_SHA256 \
256
}" https://api.github.com/repos/codefresh-io/homebrew-cli/contents/Formula/${{BREW_NAME}}.rb \
257
- -w "%{http_code}")
+ -s -w "%{http_code}")
258
- echo "STATUS_CODE - ${STATUS_CODE}"
259
- |
260
if [[ "$STATUS_CODE" -gte 300 ]]; then
0 commit comments