Skip to content

Instantly share code, notes, and snippets.

@kalashnikovisme
Created March 5, 2021 22:31
Show Gist options
  • Save kalashnikovisme/65c1328db42310f3f6b9d82100d738d4 to your computer and use it in GitHub Desktop.
Save kalashnikovisme/65c1328db42310f3f6b9d82100d738d4 to your computer and use it in GitHub Desktop.
docker-rubocop example
services:
- docker:19.03.5-dind
stages:
- linter
linter:
stage: linter
services:
- docker:latest
script:
- docker run --rm --volume "$PWD:/app" kalashnikovisme/docker-rubocop:ruby-3.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment