Skip to content
Snippets Groups Projects
Commit b0dc92cd authored by K.Filippopolitis's avatar K.Filippopolitis Committed by ThanKarab
Browse files

Mirror ebrains

parent f0f8ef4b
No related branches found
No related tags found
No related merge requests found
Pipeline #21947 canceled with stages
name: Mirror to Ebrains
on:
push:
branches: [ master ]
jobs:
to_ebrains:
runs-on: ubuntu-latest
steps:
- name: syncmaster
uses: wei/git-sync@v3
with:
source_repo: "HBPMedical/portal-backend"
source_branch: "master"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/hbp-mip/portal-backend.git"
destination_branch: "master"
- name: synctags
uses: wei/git-sync@v3
with:
source_repo: "HBPMedical/portal-backend"
source_branch: "refs/tags/*"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/hbp-mip/portal-backend.git"
destination_branch: "refs/tags/*"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment