How to ensure sudo permission to a build script from gitlab ci/cd

Asked

Viewed 11 times

-1

I’m writing a script for gitlab ci/cd, to compile and run some tests. I need to download some packages like python, pip, cpython etc... for this I am using the CentOS, yum, however the gitlab user does not have enough permission to perform this operation. What is the best practice to grant this permission?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.