Skip to content

Instantly share code, notes, and snippets.

@Adityanagraj
Created August 15, 2022 14:45
Show Gist options
  • Save Adityanagraj/b34800ee3628feb66ae8585c700018c6 to your computer and use it in GitHub Desktop.
Save Adityanagraj/b34800ee3628feb66ae8585c700018c6 to your computer and use it in GitHub Desktop.
part 2 of gitlab pipeline
stages:
- test
publish:
image: docker:20.10.12-git
stage: test
services:
- docker:20.10.12-dind
tags:
- docker
environment:
name: dev
script:
- echo "hello"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment