I'm migrating a single-noded CI/CD (running via gitlab-ci) to a distributed docker swarm-based orchestration platform and everything works just fine until the server runs the gitlab-runner script breaks down and it's become the single point of failur...
Join discussionHey guys, I'm creating a brand new 2020 edition article on the topic - "GitLab vs Github" And I'm looking for your expert opinions on the topic. If you can these questions it would be great: Github or Gitlab? What is the one feature that you really l...
MCCMike and 2 more commentedHello! I built a YAML file. GitLab is very confused with the absolute or relative paths and does not detect the files and the images from the folder assets. Here is: pages: stage: deploy script: - echo "Olá Felipe e Daniel! :-)" artifacts:...
MGYashu and 4 more commentedI want to clone some private repositories from Github when I run my pipelines on Gitlab on my project. The main project is hosted on Gitlab. This is my gitlab.yml part where I try to add the key: - eval $(ssh-agent -s) - echo "$GITHUB_PRIVA...
MMikhail commentedHello I follow like: git clone -b beta --single-branch https://github.com/my_name/public_repository git fetch origin git checkout beta git remote add upstream https://github.com/my_name/private_repository git pull upstream beta git add . git push I ...
Join discussionOn the evening of May 2 (UTC), GitHub, Gitlab and Bitbucket began responding to reports that user repositories, both public and private, were being wiped and replaced with a single file containing the following ransom note: To recover your lost data...
BBridget and 1 more commented