Specify --locked in orbterm as well

This commit is contained in:
jD91mZM2 2020-07-10 23:15:07 +02:00
parent cab2ade5f5
commit 14d4519171
No known key found for this signature in database
GPG Key ID: E471B167937421AB

View File

@ -7,6 +7,7 @@ script = """
COOKBOOK_CARGO_FLAGS=(
--path "${COOKBOOK_SOURCE}"
--root "${COOKBOOK_STAGE}/ui"
--locked
)
cookbook_cargo
"""