Skip to content

[CI/CD] global_properties will not be checked in the check_properties… #75

[CI/CD] global_properties will not be checked in the check_properties…

[CI/CD] global_properties will not be checked in the check_properties… #75

Workflow file for this run

name: Mirror to Ebrains
on:
push:
branches: [ master ]
jobs:
to_ebrains:
runs-on: ubuntu-latest
steps:
- name: sycnmaster
uses: wei/git-sync@v3
with:
source_repo: "bioexcel/biobb_common"
source_branch: "master"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/dbeltran/biobb-common.git"
destination_branch: "master"
- name: synctags
uses: wei/git-sync@v3
with:
source_repo: "bioexcel/biobb_common"
source_branch: "refs/tags/*"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/dbeltran/biobb-common.git"
destination_branch: "refs/tags/*"