gitlab-ci
Here are 779 public repositories matching this topic...
-
Updated
Mar 1, 2021 - Rust
#197 took care of being able to use # at the start of a line, but I just noticed that there isn't a great user flow for editing an issue that already has markdown headings.
- Create an issue with at least 1 heading
- Edit the issue with
lab issue edit [ID] - Make changes and save
- The issue will now have its heading(s) stripped out
I'm not sure what the best course would be, but
-
Updated
Mar 10, 2021 - Rust
-
Updated
Feb 9, 2021 - Python
-
Updated
Mar 8, 2021 - HTML
-
Updated
Feb 28, 2021 - C#
-
Updated
Mar 8, 2021 - Shell
-
Updated
Feb 13, 2021 - Dockerfile
-
Updated
Jan 28, 2021 - Go
-
Updated
Mar 9, 2021 - JavaScript
If we want to use docker-based executors and pull docker images from private ECR, we are likely to use https://docs.gitlab.com/ee/ci/docker/using_docker_images.html#using-credential-helpers with DOCKER_AUTH_CONFIG set. To make use of this, the appropriate credential helper needs to be installed: https://github.com/awslabs/amazon-ecr-credential-helper
With current EC2 setup, this is just `yum in
-
Updated
Dec 14, 2020 - Shell
Currently, Windows builds generated by godot-ci do not have an icon and the Windows preset options found in export_presets.cfg are ignored. To solve this, godot-ci needs to install rcedit (and possibly WINE), and include the paths to these binaries inside Godot's editor settings. See this for more information: https://docs.godotengine.org/en/stable/getting_started/workflow/export/changing_applic
-
Updated
Mar 8, 2021 - JavaScript
-
Updated
Jan 31, 2018 - HCL
-
Updated
Jan 15, 2020 - Shell
-
Updated
Mar 10, 2021 - JavaScript
-
Updated
Feb 18, 2021 - Dockerfile
-
Updated
Oct 11, 2020 - Shell
-
Updated
May 9, 2020 - Groovy
-
Updated
Dec 9, 2020 - Go
-
Updated
Oct 8, 2020 - C#
I seem to be getting cors or 401 unauthorized issues when trying this towards a private organization. Demo host works with the public gitlab for public projects.
Any idea how to get this working for private organization? :-)
-
Updated
Mar 1, 2021 - TeX
Improve this page
Add a description, image, and links to the gitlab-ci topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gitlab-ci topic, visit your repo's landing page and select "manage topics."
Trying to setup a docker volume I noted that it worked for GL but not for GH
docker run --name runner3 --rm \ -e RUNNER_IDLE_TIMEOUT=1800 \ -e RUNNER_LABELS=gpu \ -e RUNNER_REPO=$REPO_URI \ -e repo_token=$TOKEN \ -e RUNNER_PATH=/home/runner2 \ dvcorg/cml-gpu-py3-cloud-runnersetting a volume even at /home/runner does not work either