Search results
Oct 10, 2019 · HI, I need to rename branch “branch” to “branch_old” in gitlab, I searched for it and found that I need to do the following Checkout the branch locally. Rename it locally delete remote branch push the locally renamed branch to remote. When I do this I get errors of pre-recive hooks rejecting the deletion of protected branches. Then I go to gitlab and delete the protected branch via GUI ...
Jan 26, 2016 · Due to gitlab rate limiting, we have now switched to this one that gets around the rate limit by waiting between calls: GitHub - ldbglobe/gitlab-finder: NodeJs CLI tools to search keywords in find across all your project
Jun 1, 2022 · I am trying to create a job dependency with “OR” condition for previous stage jobs using “needs” in “.gitlab.ci.yml” file but unable to find a solution for this. .gitlab-ci.yml file → stages: - build - test - deploy Build_job: stage: build script: - echo "hello from build job" Test_job1: stage: test script: - echo "Start test 1" when: manual Test_job2: stage: test script: - echo ...
Jul 14, 2020 · mkdir -p .gitlab/ci vim .gitlab/ci/run.sh chmod +x .gitlab/ci/run.sh git add .gitlab/ci/run.sh git commit -v Then add it to your CI job config. vim .gitlab-ci.yml myjob: script: - ./.gitlab/ci/run.sh Cheers, Michael
Jul 19, 2022 · noah_d July 19, 2022, 6:04pm 3. You can clone an issue via quick action using /clone. But at this time it doesn’t look like there is a GUI way to clone. If you’re unfamiliar with quick actions you can see more about them here (including some info on the /clone quick action). 3 Likes.
Jul 9, 2021 · Im using gitlab.com. I log in and go to my project and select: Settings > General > Visibility, project features, permissions. and under Project Visibility the dropdown box is auto selected to Public with all other options un-selectable. Maybe I should remove and recreate the project on gitlab then push again?
Oct 8, 2021 · Hello, I just installed gitlab on my Synology in Docker with the image gitlab/gitlab-ce:latest. The installation went fine and I can bring up the page. It is asking me for a userame/password to log in. All the guides I see out on the net show it should prompt me to set the root password… but it doesn’t. Is there a set default username/password on this image? The attached image is what ...
GitLab University. Ask questions about the GitLab University platform and connect with others learning about GitLab, GitLab CI/CD, GitLab Duo, DevSecOps, and remote work. 64.
Aug 19, 2018 · and then Rename file in the list of files: 2 Likes. manDeity December 6, 2023, 12:31pm 3. when I am trying to rename in web ide it is asking to fork and create a merge request. dnsmichi December 6, 2023, 5:18pm 4. Your user account might not have permissions to edit the project.
Sep 5, 2019 · I am trying to push my locally created gitrepo to gitlab first time at that time I execute this command for pushing files. git push --set-upstream git@gitlab.com:user_name/work.git master and I am facing below error: git@gitlab.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.