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
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
I have a multiple application deployed on kubernetes with multiple host. I want to configure versioning for the deployed apps. There will be multiple version fo
I've been searching the entire day and haven't found any answer yet. I found how to migrate from TFS to Gitlab. I wonder if there is any easy way to do the oppo
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 --
Note that I am not looking to change it for a specific repo. I want to change the default branch name per account, so any new created repository will have this
Hello guys I have created new ssh key and added to my repo in gitlab, I am working as a contractor but can't connect to the server it's finding my email from gi
I was upgrading gitlab docker image. It's since 11.11.8 to the 14.Y.Z, also follow the document version.(https://docs.gitlab.com/ee/update/index.html#upgrade-pa
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
I often do the same mistake, I do some corrections (or modifications) on my code, forgot to create a new branch for it and push it directly on the develop branc
My gitlab repo was ~8GO To rewrite it completely with size optimisation the idea was to reset the remote to the first commit and force push (git checkout <in
My gitlab repo was ~8GO To rewrite it completely with size optimisation the idea was to reset the remote to the first commit and force push (git checkout <in
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: -
When I git push a Folder with the following Commands git add -A <directory> and git commit and git push it pushes some sub-directories as directories and
I developed one HTML site and for that, I but one PHP email script, and I submitted the form using ajax I uploaded the file into normal Cpanel and I test it's w
I have an error with signing my commits by git commit -S -m 'test' and getting these errors: error: gpg failed to sign the data fatal: failed to write commit ob
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:
How can we migrate a project SVN to Gitlab ? if we commit to SVN , will be automatically change in gitlab referenciel ?