Skip to content

Commit 93c31c3

Browse files
authored
fix pipeline3
1 parent c54d526 commit 93c31c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ steps:
254254
\"content\": \"$(openssl base64 -A -in ${{BREW_NAME}}.rb)\", \
255255
\"sha\": $FORMULA_SHA256 \
256256
}" https://api.github.com/repos/codefresh-io/homebrew-cli/contents/Formula/${{BREW_NAME}}.rb \
257-
-w "%{http_code}")
257+
-s -w "%{http_code}")
258258
- echo "STATUS_CODE - ${STATUS_CODE}"
259259
- |
260260
if [[ "$STATUS_CODE" -gte 300 ]]; then

0 commit comments

Comments
 (0)