summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2023-01-14 16:22:09 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-01-16 20:51:25 -0500
commit8039feb926e8fcd7eca3a54d9c98a05052742a92 (patch)
tree08f8ba1e823ee46e16668ddbd0231e3487373395
parent4afb952c22a1ca4a4f02e3ca8bd743391d3a03d7 (diff)
downloadhaskell-8039feb926e8fcd7eca3a54d9c98a05052742a92.tar.gz
ci: Change owner of files in test-bootstrap job
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1a53d4fd39..31d84df7df 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