Created
November 5, 2021 13:09
-
-
Save mrjosh/e793bc45241249bc35b20d29f613bb65 to your computer and use it in GitHub Desktop.
gitlab-ci.yml
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: | |
#- quality | |
#- test | |
- build | |
- deploy | |
- destroy | |
include: | |
- local: jobs/.gitlab-ci-general.yml | |
#- local: jobs/.gitlab-ci-quality.yml | |
#- local: jobs/.gitlab-ci-test.yml | |
- local: jobs/.gitlab-ci-feat.yml | |
- local: jobs/.gitlab-ci-build.yml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment