Skip to content
Snippets Groups Projects
Commit ea632cbc authored by Matthew Pickering's avatar Matthew Pickering
Browse files

ci: Change owner of files in source-tarball job

This fixes errors of the form:

```
fatal: detected dubious ownership in repository at '/builds/ghc/ghc'
To add an exception for this directory, call:
	git config --global --add safe.directory /builds/ghc/ghc
inferred 9.7.20230113
checking for GHC Git commit id... fatal: detected dubious ownership in repository at '/builds/ghc/ghc'
To add an exception for this directory, call:
	git config --global --add safe.directory /builds/ghc/ghc
```
parent 80a9e1cb
No related branches found
No related tags found
No related merge requests found
Pipeline #61573 failed
......@@ -581,6 +581,7 @@ source-tarball:
paths:
- ghc-*.tar.xz
script:
- sudo chown ghc:ghc -R .
- ./boot
- ./configure
- ./hadrian/build source-dist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment