Skip to content

Commit

Permalink
Not arithmetic build wbi
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Solymos <[email protected]>
  • Loading branch information
psolymos committed Oct 6, 2023
1 parent d84a9c3 commit 0050753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wbi-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:
run: |
response=$(curl "http://wbi.predictiveecology.org:9000/hooks/update?token=${{secrets.WEBHOOK_SECRET}}")
echo $response
(( $response == "Updating images" )) || { exit 1; }
[[ $response == "Updating images" ]] || { exit 1; }

0 comments on commit 0050753

Please sign in to comment.