Skip to content

Instantly share code, notes, and snippets.

@thearaseng
Created October 13, 2022 04:56
Show Gist options
  • Save thearaseng/a9fae7875f5a41473e928da352d657a3 to your computer and use it in GitHub Desktop.
Save thearaseng/a9fae7875f5a41473e928da352d657a3 to your computer and use it in GitHub Desktop.
Demo Gitlab CI
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