Skip to content

fix(facility): Service "all_facilities" now correctly returns all res… #1568

fix(facility): Service "all_facilities" now correctly returns all res…

fix(facility): Service "all_facilities" now correctly returns all res… #1568

Workflow file for this run

name: trigger gitlab job
on: push
jobs:
update_gitlab_upstream:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: curl
run: |
git clone https://oauth2:${{ secrets.FORGEMIA_PAT }}@forgemia.inra.fr/OpenSILEX/opensilex-dev.git
cd opensilex-dev/
git fetch origin
git checkout upstream 2>/dev/null || git checkout -b upstream
git pull https://github.com/OpenSILEX/opensilex.git master
git push origin upstream