Skip to content

Instantly share code, notes, and snippets.

@mrjosh
Created November 5, 2021 13:09
Show Gist options
  • Save mrjosh/e793bc45241249bc35b20d29f613bb65 to your computer and use it in GitHub Desktop.
Save mrjosh/e793bc45241249bc35b20d29f613bb65 to your computer and use it in GitHub Desktop.
gitlab-ci.yml
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