Skip to content

Commit

Permalink
Fix indent & test 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 e6708b8 commit d84a9c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-wbi-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
tags: ghcr.io/predictiveecology/wbi_shiny/shiny-wbi_nwt:v2
- name: 'Trigger update webhook'
run: |
response=$(curl "http://wbi.predictiveecology.org:9000/hooks/update?token=${{secrets.WEBHOOK_SECRET}}")
echo $response
(( $response == "Updating images" )) || { exit 1; }
response=$(curl "http://wbi.predictiveecology.org:9000/hooks/update?token=${{secrets.WEBHOOK_SECRET}}")
echo $response
(( $response == "Updating images" )) || { exit 1; }
build-and-push-wbi:
name: Build WBI Shiny App
Expand Down

0 comments on commit d84a9c3

Please sign in to comment.