Skip to content

Commit

Permalink
Windows BAT / cmd syntax used.
Browse files Browse the repository at this point in the history
  • Loading branch information
koschke committed Sep 16, 2023
1 parent c2c3343 commit cbade44
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/axivion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
runs-on: [self-hosted, axivion]
steps:
- name: Setup GitLab LFS
shell: cmd
run: |
echo "$CREDENTIALS" > ~/.git-credentials
echo %CREDENTIALS% > %USERPROFILE%\.git-credentials
git config --global credential.helper store
git config --global lfs.url ${CREDENTIALS}project-see/see-lfs.git/info/lfs
git config --global lfs.url %CREDENTIALS%\project-see\see-lfs.git\info\lfs
env:
# NOTE: must be of the form https://koschke:token-here@gitlab.informatik.uni-bremen.de/
CREDENTIALS: ${{secrets.GITLAB_LFS_TOKEN}}
Expand Down

0 comments on commit cbade44

Please sign in to comment.