Skip to content

Commit 2a8a425

Browse files
committed
Revert "test(ci): modify base image Dockerfiles to test workflow"
This reverts commit 5ba0b1c.
1 parent 5ba0b1c commit 2a8a425

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

infra/base-images/base-builder/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,4 +230,3 @@ COPY --from=gcr.io/oss-fuzz-base/indexer /indexer/build/indexer /opt/indexer/ind
230230
RUN chmod a+x /opt/indexer/indexer /opt/indexer/index_build.py
231231

232232
CMD ["compile"]
233-
# Test comment

infra/base-images/base-builder/ubuntu-20-04.Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,4 +230,3 @@ COPY --from=gcr.io/oss-fuzz-base/indexer /indexer/build/indexer /opt/indexer/ind
230230
RUN chmod a+x /opt/indexer/indexer /opt/indexer/index_build.py
231231

232232
CMD ["compile"]
233-
# Test comment

infra/base-images/base-builder/ubuntu-24-04.Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,4 +230,3 @@ RUN cd /tmp && git clone https://github.com/NixOS/patchelf && \
230230
rm -rf /tmp/patchelf && apt-get remove -y autoconf
231231

232232
CMD ["compile"]
233-
# Test comment

0 commit comments

Comments
 (0)