2 changes: 1 addition & 1 deletion 2 pkg/git/gitlab/pullrequest.go Show comments View file Edit file Delete file Original file line numberDiff line numberDiff line change @@ -197,7 +197,7 @@ func (g Client) closeOldPullRequests(currentSource string) error { // Check if the merge...
Showing 1 changed file with 0 additions and 13 deletions. Whitespace Ignore whitespace Split Unified 13 changes: 0 additions & 13 deletions 13 .gitlab-ci.yml Load diff This file was deleted. 0 comments on commit 3b6f839 Please sign in to comment. ...
"Create GitLab User" gitlab_user: api_url: https://gitlab.example.com/ validate_certs: True api_username: dj-wasabi api_password: "MySecretPassword" name: My Name username: myusername password: mysecretpassword email: me@example.com sshkey_name: MySSH sshkey_file: ssh-rsa AAAAB3NzaC1...
no, I don’t think this is necessary (although I must say that I have never worked with the Gitlab app, or a selfhosted Gitlab in general). What you see there is the actual file system of the app, reinstalling should imho create a new container anyways. If you want to get rid of...
Here are the contents of my/etc/gitlab/gitlab.rbfile (modified for privacy's sake): external_url 'https://git.domainname.com'registry_nginx['redirect_http_to_https'] = truemattermost_nginx['redirect_http_to_https'] = truenginx['redirect_http_to_https_port'] = 80nginx['redirect_http...
My OS: win10 Install method: jenkins.msi Problem: install gitlab hook failed. Problem description: cannot delete the target files/directory, and you can't more the directory. Reason: The path you indtalled jenkins cannot contain space, such as Program File(x86) ...
Delete zero-byte files on file-33-stor-gprd.c.gitlab-production.internal for Project id:13691441 TARDIS_MM/ewc/admin. This project appears to be fine in the database.
4. dupeGuru – Find Duplicate Files in a Linux dupeGuruis an open-source and cross-platform tool that can be used to find duplicate files in a Linux system. The tool can either scan filenames or content in one or more folders. It also allows you to find the filename that is similar...
/ 为什么我无法注册 gitlab runner? 2.如何配置 dotnet 发布时禁用生成 web.config 文件 3.IIS Options request/method return 404 response code / CORS 4.SQL Server In and Not in when result contains null 5.webapi CORS origin 6.C# 创建文件到共享目录 C# create file to share folder 7....
git@DELETE/c/local/remote/branch(main)git push origin --delete alpha* [deleted] alphaRemote Git branch delete alpha successful After you issue this command, inspect the remote repository and you would see the removal of the remote Git branch in question. ...