Created
October 13, 2022 04:56
-
-
Save thearaseng/a9fae7875f5a41473e928da352d657a3 to your computer and use it in GitHub Desktop.
Demo Gitlab CI
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: | |
- build | |
publish: | |
stage: build | |
script: | |
- echo $CI_COMMIT_BRANCH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment