Remove useless flags.

This commit is contained in:
Tom Alexander 2022-12-10 20:26:32 -05:00
parent 4ace8671d0
commit 1c178a5ea0
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -124,7 +124,7 @@
when: item.version == "CURRENT"
# -D clones the entire history instead of just the most recent commit
command: |-
poudriere jail -c -j {{ item.jail }} -v {{ item.branch|default("main") }} -a amd64 -m git -D -U https://git.FreeBSD.org/src.git -K {{ item.kernel|default("GENERIC") }} -p {{ item.ports }} -z {{ item.set }}
poudriere jail -c -j {{ item.jail }} -v {{ item.branch|default("main") }} -a amd64 -m git -D -U https://git.FreeBSD.org/src.git -K {{ item.kernel|default("GENERIC") }}
args:
creates: "/usr/local/poudriere/jails/{{ item.jail }}"
loop: "{{ poudriere_builds }}"