gitlab-ci-stack icon indicating copy to clipboard operation
gitlab-ci-stack copied to clipboard

Typo at documentation: shell -> socket

Open KES777 opened this issue 2 years ago • 1 comments
trafficstars

https://github.com/jonashackt/gitlab-ci-stack#changes-needed-in-gitlab-ciyml-for-docker-in-docker-compared-to-using-a-shell-runner-1

build-image:
  stage: build
  # the tag 'shell' advices only GitLab runners using this tag to pick up that job
  tags:
    - socket
  script:
    - docker build . --tag $REGISTRY_GROUP_PROJECT/gitlab-ci-shell-example:latest

Here socket tag is used, but commented as shell. Need to change: shell -> socket

KES777 avatar Dec 19 '22 12:12 KES777

Thanks :) Would welcome a PR!

jonashackt avatar Dec 21 '22 15:12 jonashackt