[CI] sudo with chown at the end of tests

parent a4d26226
Pipeline #7800 passed with stages
in 107 minutes and 8 seconds
......@@ -94,7 +94,7 @@ test:
nix-shell --run "export PATH=$PATH:$TEST_NIX_PATH && export TMPDIR=$TEST_TMPDIR && cd /builds/gargantext/haskell-gargantext; $CABAL --store-dir=$STORE_DIR v2-test --test-show-details=streaming --verbose=2 --flags 'test-crypto no-phylo-debug-logs' --ghc-options='-O0 -fclear-plugins'"
chown -R root:root dist-newstyle/
sudo chown -R root:root dist-newstyle/
#chown -R root:root /root/
chown -R root:root $STORE_DIR
sudo chown -R root:root $STORE_DIR
#chown -R root:root /root/.cache/cabal/logs/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment