Skip to content

Commit

Permalink
Fix job by installing ts sync package
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Deutsch <[email protected]>
  • Loading branch information
bgdeutsch committed Oct 24, 2024
1 parent e612d4b commit 6468007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ typesense_sync_live:
dependencies:
- build_live
script:
- yarn add typesense-sync@https://s3.amazonaws.com/origin-static-assets/corp-node-packages/master/typesense-sync-v1.0.4.tgz
- >
TYPESENSE_ADMIN_API_KEY=$(get_secret 'typesense_prod_admin_api_key')
TYPESENSE_HOST=$(get_secret 'typesense_prod_host')
Expand Down

0 comments on commit 6468007

Please sign in to comment.