Skip to content

Allow downloading individual files from Drive, not just directories #142

Allow downloading individual files from Drive, not just directories

Allow downloading individual files from Drive, not just directories #142

Workflow file for this run

name: Mirror to EBRAINS
on:
push:
branches: [ master, staging, api-v2 ]
jobs:
to_ebrains:
runs-on: ubuntu-latest
steps:
- name: syncmaster
uses: wei/git-sync@v3
with:
source_repo: "HumanBrainProject/hbp_neuromorphic_platform"
source_branch: "master"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/neuromorphic/job-queue-api.git"
destination_branch: "main"
- name: syncstaging
uses: wei/git-sync@v3
with:
source_repo: "HumanBrainProject/hbp_neuromorphic_platform"
source_branch: "staging"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/neuromorphic/job-queue-api.git"
destination_branch: "staging"
- name: sync-api-v3
uses: wei/git-sync@v3
with:
source_repo: "HumanBrainProject/hbp_neuromorphic_platform"
source_branch: "api-v2"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/neuromorphic/job-queue-api.git"
destination_branch: "api-v2"
- name: synctags
uses: wei/git-sync@v3
with:
source_repo: "HumanBrainProject/hbp_neuromorphic_platform"
source_branch: "refs/tags/*"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/neuromorphic/job-queue-api.git"
destination_branch: "refs/tags/*"