Update justfile to compose -ostree for legacy
This commit is contained in:
parent
98680de7cf
commit
85a0198db5
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
@ -175,7 +175,7 @@ compose-legacy variant=default_variant:
|
||||||
|
|
||||||
${CMD} compose tree ${ARGS} \
|
${CMD} compose tree ${ARGS} \
|
||||||
--add-metadata-string="version=${variant_pretty} ${version}.${buildid}" \
|
--add-metadata-string="version=${variant_pretty} ${version}.${buildid}" \
|
||||||
"${variant}.yaml" \
|
"${variant}-ostree.yaml" \
|
||||||
|& tee "logs/${variant}_${version}_${buildid}.${timestamp}.log"
|
|& tee "logs/${variant}_${version}_${buildid}.${timestamp}.log"
|
||||||
|
|
||||||
if [[ ${EUID} -ne 0 ]]; then
|
if [[ ${EUID} -ne 0 ]]; then
|
||||||
|
|
Loading…
Reference in a new issue