mirror of https://github.com/google/oss-fuzz.git
Remove accidentally committed file (#6380)
This commit is contained in:
parent
cc4833b6de
commit
d82751d4e9
|
@ -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()
|
Loading…
Reference in New Issue