Florian Lambert
Florian Lambert
yes you should see a `tag: foo` field
The issue is that the git clone is done with single branch so it detect only tag on the specific branch. When we want to use branchs we should add...
> I'm seeing similar behavior. Tags are present only on master branch that I'm pulling in the task, therefore this is not because wrong branch. This is not the same...
@MikeC-BC could you give us more context ? Concourse version ? Are you using the embedded git resource or the latest one ? Could you provide the pipeline code used...
fixed by https://github.com/concourse/git-resource/pull/223
Same issue as stormm2138 with boto `2.49.0` I can't use BOTO_ENDPOINTS because of a merging fail, so I had to Overwriting my `/usr/local/lib/python2.7/dist-packages/boto/endpoints.json` it is pretty nasty to only be...
@mfschwartz maybe ? or @dstufft ?
I'm trying to reproduce it, I tried on several aws accounts with different region/config but I can't reproduce it with ``` terracognita version The current version is: v0.8.1-3-g0756fcf ``` Did...
@cornfeedhobo I think I have the same issue and it seems linked to `=` and `new line`. Here are more details to reproduce Im using `GetStringToString("field")` When running my application,...