python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
While I am trying to run Azure Devops CI/CD pipeline, I am encountering error: Browserslist: caniuse-lite is outdated
While I am trying to run Azure Devops CI/CD pipeline, I am encountering
error: Browserslist: caniuse-lite is outdated.Please run:
ERROR: npx browserslist@latest --update-db
Although I have already r...
Disha
Votes: 0
Answers: 0
How to set a whole GitHub Actions workflow as a required status check on a protected branch (instead of individual jobs)?
The search bar for setting required status checks suggest only the names of individual jobs in workflows. They don't suggest the whole workflow.
This is inconvenient, because if I add a new job to the...
Utku
Votes: 0
Answers: 1
How to stop valgrding while running a CI-Pipeline in Gitlab?
the main instance is in an infinite loop waiting for communication commands to afterwords replay this. For the very first step, I would like, somehow, to stop the dynamic analysis on this main instanc...
Jan Hrr
Votes: 0
Answers: 0
How to limit execution of stage in gitlab-ci.yml to some hours?
I have multiple stages in gitlab-ci.yml. I want to limit for example deploy to production stage that can be executed only between 8am and 16pm.
Is this "if" statement in stage or it can be s...
a11eksandar
Votes: 0
Answers: 1