Merge pull request #903 from uni-bremen-agst/fix/902-set-backend-api-… #296
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Axivion Suite | |
| on: | |
| push: | |
| branches: [master] | |
| concurrency: | |
| group: axivion-${{ github.ref }} | |
| cancel-in-progress: true | |
| permissions: read-all | |
| jobs: | |
| run: | |
| name: Run Axivion CI | |
| runs-on: [self-hosted, axivion] | |
| steps: | |
| - name: Setup GitLab LFS | |
| shell: cmd | |
| run: | | |
| echo %CREDENTIALS% > %USERPROFILE%\.git-credentials | |
| git config --global credential.helper store | |
| git config --global lfs.url %CREDENTIALS%\project-see\see-lfs.git\info\lfs | |
| env: | |
| # NOTE: must be of the form https://koschke:[email protected]/ | |
| CREDENTIALS: ${{secrets.GITLAB_LFS_TOKEN}} | |
| - name: Run Axivion CI | |
| shell: cmd | |
| run: | | |
| cd e:\koschke\SEE | |
| git pull | |
| nugetforunity restore . | |
| Axivion\axivion-jenkins.bat axivion_ci |