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)
AWS ECS images in two task definitions using gitlab pipelines
I have come pretty far in case of setting up everything necessary for building, deploying and running an docker image to AWS ECS.
So far I have acheived:
docker image is built and pushed to my privat...
mrRobot
Votes: 0
Answers: 1
What is difference between script: and before_script: inside a job in gitlab-ci.yml
In .gitlab-ci.yml it is possible to add a default before_script that runs before all script in defined jobs.
My question is why define before_script in a job instead of just using the script in the jo...

Ouss
Votes: 0
Answers: 1
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
gitlab-ci.yml file rule "changes" running even when the file is not changed
I want to run my pipeline only when a selected file (lets call it x.yml) is changed. The problem is that even when x.yml is unchanged, the job is running. When I compare my branch with the master bran...
shabab ashfaque
Votes: 0
Answers: 0