Skip to content

Commit

Permalink
Ensure onesky:download does not run longer than one minute
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Nov 26, 2024
1 parent 8faeefc commit 687b86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amplify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ frontend:
- yarn
- yarn disable-telemetry
- yarn gql
- yarn onesky:download
- timeout 1m yarn onesky:download || echo "yarn onesky:download timed out after 1 minute or failed with an error"
build:
commands:
- yarn build:amplify
Expand Down

0 comments on commit 687b86d

Please sign in to comment.