tools/appsre-build-worker-packer: stop writing bogus files
This commit is contained in:
parent
61848cb88d
commit
a1476bdfb1
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ EOF
|
|||
# write osbuild_commit variable if defined in Schutzfile
|
||||
# if it's not defined, osbuild will be installed from distribution repositories
|
||||
if [[ $osbuild_commit != "null" ]]; then
|
||||
tee -a "$item/group_vars/all.yml" null >dev <<EOF
|
||||
tee -a "$item/group_vars/all.yml" <<EOF
|
||||
osbuild_commit: $osbuild_commit
|
||||
EOF
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue