Skip to content
Snippets Groups Projects
Unverified Commit f9799b02 authored by K.Filippopolitis's avatar K.Filippopolitis Committed by GitHub
Browse files

Mirror to Ebrains

parent e42279e8
No related branches found
Tags 1.4.0-beta.4
No related merge requests found
Pipeline #21954 canceled with stages
name: Mirror to Ebrains
on:
push:
branches: [ main ]
jobs:
to_ebrains:
runs-on: ubuntu-latest
steps:
- name: syncmaster
uses: wei/git-sync@v3
with:
source_repo: "HBPMedical/gateway"
source_branch: "main"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/hbp-mip/gateway.git"
destination_branch: "main"
- name: synctags
uses: wei/git-sync@v3
with:
source_repo: "HBPMedical/gateway"
source_branch: "refs/tags/*"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/hbp-mip/gateway.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