Most voted "devops" questions
The tag should be used when the question refers to practices and not necessarily to a tool, for example: What is the goal of continuous integration?
Learn more…2 questions
Sort by count of
-
23
votes3
answers572
viewsWhat is a devops?
I would like to know that it is "devops" in practice. I would sincerely like to know an experience rather than a formal definition.
-
-1
votes0
answers11
viewsHow to ensure sudo permission to a build script from gitlab ci/cd
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…