Category "gitlab"

GitLab Pages CI cache appears to cache and restore nothing. How do I inspect the cache?

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

Found errors in your .gitlab-ci.yml: unknown keys in `extends`

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

How to automate versioning in kubernetes Ingress

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

Migrate Gitlab repo to TFS (Azure DevOps) include history and branches

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

why does gitlab runner fail to start "org.freedesktop.systemd1"?

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

GitLab:Merge Request: If multiple MR into Develop but move only my changes to QA branch

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 --

How can I set the default branch name for all new projects on GitLab?

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

Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password) windows 10

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

Gitlab upgrade fail 12.1.17 to 12.10.14

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

How can I set a minimum unit test coverage with GitLab CI?

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

Is there a way, in VS Code, to warn me before pushing git changes to a distant branch?

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

Repo still uses 8 GB of quota after force push to initial commit (empty repo)

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

Repo still uses 8 GB of quota after force push to initial commit (empty repo)

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

How to run Gitlab-CI pipelines only branch and tag?

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: -

Gitlab Issue on git push -A

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

PHP email script is not working in gitlab

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

Git GPG: gpg failed to sign the data

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

Docker compose dind deploy to GitLab Registry

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

Error in gitlab-ci when trying to use hashicorp/dir/template module

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:

Migration SVN to Gitlab

How can we migrate a project SVN to Gitlab ? if we commit to SVN , will be automatically change in gitlab referenciel ?