You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
With 0.5.3 and master, I observe when calling via cmdline
or IntelliJ
panic: assignment to entry in nil map goroutine 119 [running]: main.syncToModuleDir(0xc4203da5a0, 0x48, 0xc4203ee330, 0x10, 0xc42026e27c, 0x5, 0x0, 0x83c3e3, 0xc, 0x0) /home/cjr/media/src/go/src/github.com/xorpaul/g10k/git.go:165 +0x1270 main.resolvePuppetfile.func3(0xc420120fe0, 0xc4204ae0d0, 0xa, 0xc420472020, 0x839d51, 0x2, 0xc420472010, 0xc420270990, 0xc42026e21f, 0x5, ...) /home/cjr/media/src/go/src/github.com/xorpaul/g10k/puppetfile.go:330 +0xbd7 created by main.resolvePuppetfile /home/cjr/media/src/go/src/github.com/xorpaul/g10k/puppetfile.go:276 +0x19b5
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.The text was updated successfully, but these errors were encountered: