aboutsummaryrefslogtreecommitdiff
path: root/infra
diff options
context:
space:
mode:
authorjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-09-02 06:54:46 -0700
committerGitHub <noreply@github.com>2021-09-02 06:54:46 -0700
commitd82751d4e9d16ce4e23a95c34b975608746a8456 (patch)
tree8b0f0680fb392e225b9c9f1c2d5d8be9e0145d3f /infra
parentcc4833b6deb8ffd51bed11b29c4184bce32c67f2 (diff)
downloadoss-fuzz-d82751d4e9d16ce4e23a95c34b975608746a8456.tar.gz
Remove accidentally committed file (#6380)
Diffstat (limited to 'infra')
-rw-r--r--infra/test_build_change.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/infra/test_build_change.py b/infra/test_build_change.py
deleted file mode 100644
index e1abcfa95..000000000
--- a/infra/test_build_change.py
+++ /dev/null
@@ -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()