Closed cruwe closed 6 years ago
The global map needSyncEnvs
was not initialized when run in -puppetfile
mode. I've overlooked this, because it doesn't make sense that there is more than 1 modified Puppet environment, when running in -puppetfile
mode.
I fixed it in v0.5.4 https://github.com/xorpaul/g10k/releases/tag/v0.5.4
The intent of needSyncEnvs
is to get a list of all modified Puppet environments, mainly for the postrun
command, see https://github.com/xorpaul/g10k/issues/112#issuecomment-419442969
Thank you!
Thank you for pointing this out! :smirk:
With 0.5.3 and master, I observe when calling via cmdline
or IntelliJ
I do not understand the intent of
I imagine that because I have no mapping of module branches to environments,
ok == false
, but after that, I am lost. Do I miss some braking change in invocation? Thanks and thanks for your work on g10k.