Skip to content

Commit

Permalink
Fix empty git version in built artifact
Browse files Browse the repository at this point in the history
```
fatal: detected dubious ownership in repository at '/__w/FEHRR/FEHRR'
To add an exception for this directory, call:

	git config --global --add safe.directory /__w/FEHRR/FEHRR
Error: Process completed with exit code 128.
```

https://github.com/laqieer/FEHRR/actions/runs/10527130382/job/29169588875#step:4
  • Loading branch information
laqieer committed Aug 23, 2024
1 parent 841219c commit e6ccd41
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
- name: Add an exception for current directory
run: git config --global --add safe.directory /__w/FEHRR/FEHRR

- name: Check git version
run: /usr/bin/git describe --abbrev=7 --dirty --always --tags

- name: Install python dependencies
run: apt-get update && apt-get install -y python3-pip && pip3 install numpy

Expand Down

0 comments on commit e6ccd41

Please sign in to comment.