Skip to content

Allow users to delete jobs (actually just hidden, they still appear i… #68

Allow users to delete jobs (actually just hidden, they still appear i…

Allow users to delete jobs (actually just hidden, they still appear i… #68

Workflow file for this run

name: Mirror to EBRAINS
on:
push:
branches: [ master, staging ]
jobs:
to_ebrains:
runs-on: ubuntu-latest
steps:
- name: syncmaster
uses: wei/git-sync@v3
with:
source_repo: "HumanBrainProject/nmpi-job-manager-app"
source_branch: "master"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/neuromorphic/nmpi-job-manager-app.git"
destination_branch: "main"
- name: syncstaging
uses: wei/git-sync@v3
with:
source_repo: "HumanBrainProject/nmpi-job-manager-app"
source_branch: "staging"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/neuromorphic/nmpi-job-manager-app.git"
destination_branch: "staging"
- name: synctags
uses: wei/git-sync@v3
with:
source_repo: "HumanBrainProject/nmpi-job-manager-app"
source_branch: "refs/tags/*"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/neuromorphic/nmpi-job-manager-app.git"
destination_branch: "refs/tags/*"