[cifuzz] remove test code. (#10181)

Fix test code.
This commit is contained in:
jonathanmetzman 2023-04-27 14:26:15 -04:00 committed by GitHub
parent 55d63582ee
commit e164f29e81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
# Docker image for running fuzzers on CIFuzz (the run_fuzzers action on GitHub
# actions).
FROM gcr.io/oss-fuzz-base/cifuzz-base-test
FROM gcr.io/oss-fuzz-base/cifuzz-base
# Python file to execute when the docker container starts up.
# We can't use the env var $OSS_FUZZ_ROOT here. Since it's a constant env var,