Cirrus: Add auto-generated notice to Cirrus YML

pull/108/head
Jeremy Rand 3 years ago
parent 768b414493
commit b7950bdd41
No known key found for this signature in database
GPG Key ID: FD7550C2EB800711

@ -1,3 +1,5 @@
# This file is auto-generated by tools/cirrus_gen_yml.sh -- do not edit manually!
release_linux_x86_64_download_docker_builder:
timeout_in: 120m
out_release_linux_x86_64_cache:

@ -153,6 +153,8 @@ print_os_arch () {
}
(
echo "# This file is auto-generated by tools/cirrus_gen_yml.sh -- do not edit manually!"
echo ""
for CHANNEL in release; do
print_os_arch linux x86_64
print_os_arch linux i686

Loading…
Cancel
Save