Skip to content

Commit

Permalink
Merge pull request #337 from kipoi/fix-sync
Browse files Browse the repository at this point in the history
 Fixing issues with triggering sync-containers workflow of kipoi-containers repo from this repo
  • Loading branch information
haimasree authored Jun 13, 2022
2 parents bf78c4c + 7598697 commit 2103f77
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 2103f77

Please sign in to comment.