Remove accidentally committed file (#6380)

This commit is contained in:
jonathanmetzman 2021-09-02 06:54:46 -07:00 committed by GitHub
parent cc4833b6de
commit d82751d4e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
import logging
import sys
import build_and_push_test_images
def main():
test_image_suffix = sys.argv[1]
logging.basicConfig(level=logging.DEBUG)
build_and_push_test_images.build_and_push_images(test_image_suffix)
if __name__ == '__main__':
main()