GitLab CI is a continuous integration server from GitLab.
I would like run deploy script with gitlab-ci, but step ssh-add $SSH_PRIVATE_KEY return an error : echo "$SSH_PRIVATE_…
gitlab gitlab-ciI've been trying to setup CD for my project. My Gitlab CI runner and my project will be on same …
ssh gitlab-ciI am trying to configure my gitlab-ci to use yarn install instead of npm install My current gitlab-ci.yml looks …
node.js npm gitlab-ci gitlab-ci-runner yarnpkgI have a private repository at gitlab.com that uses the CI feature. Some of the CI jobs create artifacts …
gitlab-ciLet's say I have configured multiple jobs for a project like following: build_win32: script: ... build_ios: script: ... unit_tests: …
gitlab-ci badgeAs far as I understand, the main difference is that gitlab-ci is opensource (you can install it on your own …
travis-ci gitlab-ci gitlab-ci-runnerI'm trying to use bash as the shell on Windows for a GitLab CI Runner. concurrent = 1 check_interval = 0 [[runners]] name = "…
windows bash gitlab-ci gitlab-ci-runnerWhen I run my job on Gitlab CI/CD, after a while I obtain the following error message: Job's log …
gitlab gitlab-ci gitlab-ci-runnerHello I have installed Gitlab using this https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/README.md#installation Now I want …
nginx gitlab gitlab-ciIn Gitlab CI, how do you trigger a build only if changes happen on particular set of files? Is there …
git build continuous-integration gitlab gitlab-ci