Created
November 21, 2019 21:01
-
-
Save JulienKode/ffc208ad05c863cd30dbb4a88c91e564 to your computer and use it in GitHub Desktop.
CircleCI configuration for monorepo: https://tech.julienkarst.com/how-to-setup-circleci-inside-a-monorepo
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
version: 2.1 | |
parameters: | |
# By default we enable the main workflow | |
trigger: | |
type: boolean | |
default: true | |
# Add a boolean parameter on each package. | |
core: | |
type: boolean | |
default: false | |
components: | |
type: boolean | |
default: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment