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
Running linchpin up will overwrite ~/.virtualenvs/linchpin/lib/python2.7/site-packages/linchpin/provision/beaker.yml with the result inventory and thus breaking linchpin.
Expected result:
Workspace will be the relational path and ./beaker.yml will be create or modified.
The text was updated successfully, but these errors were encountered:
Setting
inventory_file
with relational path such asbeaker.yml
will overwrite lincpin fileprovision/beaker.yml
.Linchpin version: 1.5.4
Example:
Running
linchpin up
will overwrite~/.virtualenvs/linchpin/lib/python2.7/site-packages/linchpin/provision/beaker.yml
with the result inventory and thus breaking linchpin.Expected result:
Workspace will be the relational path and
./beaker.yml
will be create or modified.The text was updated successfully, but these errors were encountered: