Merge #108: Cirrus: Add auto-generated notice to Cirrus YML

b7950bd Cirrus: Add auto-generated notice to Cirrus YML (Jeremy Rand)

Pull request description:
pull/111/head
Jeremy Rand 3 years ago
commit 0a7fc35e2f
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