Skip to content

Commit

Permalink
fix sync workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
haimasree committed Jun 13, 2022
1 parent bf78c4c commit 7598697
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,7 @@ variables:
sync: &sync
run:
name: Sync kipoi models and containers repo
command: |
curl -X POST https://api.github.com/repos/kipoi/kipoi-containers/dispatches \
-H 'Accept: application/vnd.github.v3+json' \
-u $SYNC_TOKEN \
--data '{"event_type": "sync"}'
command: curl -X POST -H "Accept:application/vnd.github.v3+json" -H "Authorization:token $SYNC_TOKEN" https://api.github.com/repos/kipoi/kipoi-containers/dispatches -d '{"event_type":"sync"}'

jobs:
sync_containers:
Expand Down

0 comments on commit 7598697

Please sign in to comment.