EugenMayer / concourseci-server-boilerplate

Concourse CI fast upstart boilerplate for test or production

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

5.x: vautl seems to no longer work

EugenMayer opened this issue · comments

running run_3_vault_test.sh leads to

Cloning into '/tmp/build/get'...
fetch: Fetching reference HEAD
WARNING: 'git lfs checkout' is deprecated and will be removed in v3.0.0.
'git checkout' has been updated in upstream Git to have comparable speeds
to 'git lfs checkout'.
e0c4f7c upgrade to 4.1.3
failed to interpolate task config: Expected to find variables: nested/value
errored

verified, this works with 4.x without issues, verified against the master branch. So this is related to 5.x for sure

This was cause by our negative test which should prove that nested values nested/something are not working in concourse. In 4.x this just then was an empty value, while in 5.x this leads to an actual exception - so i removed that test