diff options
| author | Matthew Pickering <matthewtpickering@gmail.com> | 2023-01-14 16:22:09 +0000 |
|---|---|---|
| committer | Matthew Pickering <matthewtpickering@gmail.com> | 2023-01-14 16:39:11 +0000 |
| commit | 00981dc9d5f81f355c3a6276a75c93b87a0a1e6a (patch) | |
| tree | 8c85c3aef33a8f2a94e76eec825a84dfa9911bc0 | |
| parent | 21d1e18b73cce3d75ec957c8bc46cbe7e278c6e1 (diff) | |
| download | haskell-00981dc9d5f81f355c3a6276a75c93b87a0a1e6a.tar.gz | |
ci: Change owner of files in test-bootstrap job
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c1d3461eda..1c80bb45cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -633,6 +633,7 @@ test-bootstrap: parallel: *bootstrap_matrix dependencies: null script: + - sudo chown ghc:ghc -R . - mkdir test-bootstrap - tar -xf ghc-*[0-9]-src.tar.xz -C test-bootstrap - tar -xf ghc-*-testsuite.tar.xz -C test-bootstrap |
