I'm trying to add Gitlab CI for a Symfony project and on the build stage I have a script that installs required extensions and libraries, at the end, runs compo
I have two variable containing my namespaces names: $KUBE_NAMESPACE_DEV ="stellacenter-dev" $KUBE_NAMESPACE_STAGE "stellacenter-stage-uat" Now I want to modif
we are using gitlab for ci/cd we have two branches for frontend dev branch- workflow: rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_B
I have a Gitlab pipeline that is failing when it attempts docker build (using Kaniko) I am yet to do a successful docker build BUT this particular error has sta
Let's say CI_COMMIT_BRANCH=abc/xyz And .gitlab-ci.yml variables: VAR: ${CI_COMMIT_BRANCH} Is there a way to remove 'abc/' from the value of CI_COMMIT_BRANCH
set up - a lambda project ( see file structure below) in terraform . in my gitlab-ci, in a build step , lambda code is zipped up at the root of the directory. e
Basically what I have got working so far is as follows in the following order; Login to GitLab Container Registry Build Docker Containers from docker-compose.ym
I have a .gitlab-ci.yml that looks like this: image: mcr.microsoft.com/playwright:latest before_script: - apt-get remove nodejs -y - apt-get update - apt-get i
I am trying to deploy a service to aws using serverless. I am deploying it using gitlab cicd instead of doing it locally. Initially my serverless version was la
My code for the pipeline is: include: - template: Terraform/Base.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/ci/templates/Terr
Hey I have a kubernetes cluster for a gitlab ci/cd pipeline. There is a gitlab runner (kubernetes executor) running on it. Sometimes the pipeline passes, but so
There are multiple Merge requests merged into Develop but I want to MR only my changes from develop branch to the QA branch /abc/abc.py ---| /abc/deg.py --
I have a project hosted on GitLab that already has working CI configuration. I would like to add the notion of "minimal code coverage". What I would love is to
As a part of my job, I have to automate Sorce code movement from development environment to Production environment. The developers push the code to GitLab that
I just want to run pipelines when tagged from main branch. I tried using workflow but it doesn't work. This is my .gitlab-ci.yml file. workflow: rules: -
I am working on MS Blazor server two projects solution (Core 6) and GitLab. docker-compose.yml file: version: '3.4' services: admin: image: ${DOCKER_RE
I'm getting the error that base_dir is an invalid argument. But according to the documentation on the hashicorp repo, it's a required string. Here's my main.tf:
I am wondering if there is a way to get the list of method names that are modified along with modified lines and file path from git commit or if there are any b
I'm not able to find many postings on this error on GitLab running my gitlab-ci.yml file. These are the 2 dominant error loggings I see in the 3k lines of debug
I need to automate the CI/CD pipeline for an SpringBoot application. This application has application.properties file which contains few obvious env specific pr