Created
August 15, 2022 14:45
-
-
Save Adityanagraj/b34800ee3628feb66ae8585c700018c6 to your computer and use it in GitHub Desktop.
part 2 of gitlab pipeline
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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