Skip to content
Snippets Groups Projects
Commit 42ec1848 authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Add back sudo in gitlabci.

parent a2f86651
No related branches found
No related tags found
1 merge request!75Update 0.5.1 -> 0.6.0
Pipeline #71658 failed
......@@ -87,5 +87,6 @@ release:pip:ubuntu:
after_script:
# Ensure all files are owned by the correct user at the end of the job
- chown -R $(whoami):$(whoami) .
# Note: sudo requires the job to have privileged = true
- sudo chown -R $(whoami):$(whoami) .
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