python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
GitLab Runner register shows i/o timeout in Docker
I'm trying to setup GitLab in my local machine and install GitLab and GitLab Runner in Docker:
CONTAINER ID IMAGE COMMAND CREATED STATUS ...
NikSU
Votes: 0
Answers: 1
S3 Bucket similar solution in Openshift
I am new in DevOps amd I am deploying an application on Openshift where users can upload PDf / jpg ...
However, I am not sure if provisioning persists volume is enough, and how it's possible to displa...
Bilal
Votes: 0
Answers: 1
How to exclude tags with patterns in gitlab ci config
I have a gitlab repo and I am trying to create some tags on top of required commits. But my CICD library (included) is having a job (job1) in a stage which runs on every tag/branch/commit. I want to e...
newbie
Votes: 0
Answers: 2
Change serverless.yml stage depending on git branch
I have a nodejs project set up with bitbucket ci/cd - is there any way to programmatically change the Stage from dev to what ever git branch I am on?
Serverless.yml:
stage: ${opt:stage, "dev"...
Matt Spencer
Votes: 0
Answers: 1