gitlab-8 Questions
7
Solved
gitlab-ci-multi-runner register
gave me
couldn't execute POST against https://xxxx/ci/api/v1/runners/register.json:
Post https://xxxx/ci/api/v1/runners/register.json:
x509: cannot validate certif...
Trot asked 9/6, 2017 at 12:55
3
Solved
background
I've been a religious user for github/zenhub for quite a while. We recently moved our repos to gitlab for many reasons, including free pipelines, security, more flexible groups etc.
Prob...
Sparling asked 6/10, 2016 at 8:41
5
Solved
I've setup my gitlab installation from source, secured it with letsencrypt and deployed it under https://gitlab.mydomain.com. I can access the website and create repositories, etc. but I can't find...
Cahill asked 29/5, 2016 at 12:21
3
Solved
We want to know if it's technically possible like in GitHub, to do a git push using https protocol and not ssh and without using directly an username and password in the curl request.
I have seen ...
Iphigenia asked 27/5, 2018 at 14:18
1
Solved
We keep a changelog.md in the root of our gitlab projects and would like to include a link in each version tag to compare it to the previous tag.
The link needs to be e.g https://gitlab.company.co...
2
I have the following gitlab ci yaml file:
image: steveedson/ci
stages:
- build
cache:
untracked: true
key: "$CI_PROJECT_ID"
paths:
- node_modules/
- _site/vendor/
- .bundled/
- .yarn
bu...
1
Solved
I want to understand the difference between projects and subgroups in GitLab.
Please help me on understanding the above.
Orlena asked 10/5, 2018 at 12:4
2
Solved
I have GitLab CE (v8.5 at least) installed on my server. I would like to integrate it with sonarqube so that merge requests shows any issues in the comment section. Has anyone integrated these 2 sy...
Kenweigh asked 20/6, 2016 at 18:7
1
Solved
I'm using GitLab CI to build a C# solution and try to pass some build artifacts from one build stage to another.
The problem is, that the artifacts are not located in a single directory but in dif...
1
I want to cancel my last push, because a pushed the app/build folder changes Is it possible to revert a push or the last push in Gitlab?
1
Solved
I have not found a way to disable the automatic startup and it ends up using too much RAM when I'm not using.
The init files are not inside /etc/init or init.d.
I try update-rc.d gitlab remove an...
Cuckooflower asked 7/3, 2016 at 7:35
4
Solved
I think all 3 problems are related to the same issue, so I'm going to put all of them here.
Gitlab itself is working, I even managed to update it from 8.2.2 to 8.2.3.
I can create projects, push my...
1
© 2022 - 2024 — McMap. All rights reserved.