Skip to content
#

gitlab-ci

Here are 779 public repositories matching this topic...

cml
DavidGOrtega
DavidGOrtega commented Jul 23, 2020

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-runner

setting a volume even at /home/runner does not work either

docker ru
lab
jwkicklighter
jwkicklighter commented Sep 20, 2019

#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.

  1. Create an issue with at least 1 heading
  2. Edit the issue with lab issue edit [ID]
  3. Make changes and save
  4. The issue will now have its heading(s) stripped out

I'm not sure what the best course would be, but

Restaurant App 🍔 is a sample open-source e-Commerce 🛒 application for ordering foods, powered by polyglot microservices architecture and cross-platform development including mobile and web

  • Updated Feb 28, 2021
  • C#
Fuuzetsu
Fuuzetsu commented Dec 9, 2020

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

OverloadedOrama
OverloadedOrama commented Jun 25, 2020

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

Full CI pipeline project based on Gitlab & Gitlab CI running Docker, completely automated setup by Vagrant & Ansible, providing Let´s Encrypt certificates for private Servers, multiple Gitlab-Runners and the Gitlab Container Registry, incl. GitLab Pages

  • Updated Jan 15, 2020
  • Shell

Improve this page

Add a description, image, and links to the gitlab-ci topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more