Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi! Thanks for very interesting project.
I found sample under this repository does't works well. So, I just fix those.
npm install doesn't works
problem
npm install
undersample/01-dynamic-workflow-javascript/.circleci/dynamic
directory occurs error as follows.fix
point of discussion
should we add
@circleci/circleci-config-sdk
from npm registry?@circleci/circleci-config-sdk
option doesn't require this operation, but we should bump up to latest for each release.invalid parameter for docker executor in generated config.
problem
This example's scripts generate following invalid config. docker executor image & resource_class are invalid.
fix
I fixed parameters for
CircleCI.executors.DockerExecutor
in scripts.invalid name of generated config
problem
This example is intend to generate
dynamicConfig.yml
file under.circleci
directory. But this example generate.circleci.yml
file now.fix
I renamed generate file name to
dynamicConfig
.