Skip to content

Commit a7fa039

Browse files
authored
fix: Re-add bump.sh into base container (#792)
This script is required for other tests internally
1 parent 137b0a5 commit a7fa039

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/container/Dockerfile.base

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,5 +204,6 @@ RUN ln -s /opt/jax_nsys/nsys-jax-ensure-protobuf /usr/local/bin/
204204
###############################################################################
205205

206206
ENV MANIFEST_FILE="/opt/manifest.d/manifest.yaml"
207-
ADD manifest.yaml create-distribution.sh /opt/manifest.d/
207+
ADD manifest.yaml create-distribution.sh bump.sh /opt/manifest.d/
208+
208209
COPY patches/ /opt/manifest.d/patches/

0 commit comments

Comments
 (0)