Skip to content
Snippets Groups Projects
Commit 579a81c5 authored by Rui Ribeiro's avatar Rui Ribeiro
Browse files

Delete ebrains.yml

parent eea7fe8f
No related branches found
No related tags found
No related merge requests found
Pipeline #21651 failed with stages
in 0 seconds
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: "rribeiro-sci/SSBtoolkit"
source_branch: "main"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/rribeiro/ssbtoolkit.git"
destination_branch: "main"
- name: synctags
uses: wei/git-sync@v3
with:
source_repo: "rribeiro-sci/SSBtoolkit"
source_branch: "refs/tags/*"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/rribeiro/ssbtoolkit.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