Skip to content
Snippets Groups Projects
Unverified Commit b71fa3de authored by Brent Huisman's avatar Brent Huisman Committed by GitHub
Browse files

Ebrains mirror update (#1356)

Mirror only master branch and tags.
parent 1098b04e
No related branches found
No related tags found
No related merge requests found
name: Mirroring name: Mirror to Ebrains
on: [push, delete] on: push
jobs: jobs:
to_gitlab: to_ebrains:
runs-on: ubuntu-20.04 runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - name: sycnmaster
- uses: pixta-dev/repository-mirroring-action@v1 uses: wei/git-sync@v3
with: with:
target_repo_url: source_repo: "arbor-sim/arbor"
https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/arbor-sim/arbor.git source_branch: "master"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/arbor-sim/arbor.git"
destination_branch: "master"
- name: synctags
uses: wei/git-sync@v3
with:
source_repo: "arbor-sim/arbor"
source_branch: "refs/tags/*"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/arbor-sim/arbor.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