Skip to content

Commit cf67691

Browse files
committed
Last test, removed secrets, and expect nothing to be pushed but not faile
Signed-off-by: Hanxi Zhang <[email protected]>
1 parent 00827de commit cf67691

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

8.1/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN set -eux; \
6666
apk add --no-cache libstdc++; \
6767
mkdir -p /usr/lib/valkey;
6868

69-
# Copy built modules from the build stage test test
69+
# Copy built modules from the build stage
7070
COPY --from=build /opt/valkey-json/build/src/libjson.so /usr/lib/valkey/libjson.so
7171
COPY --from=build /opt/valkey-bloom/target/release/libvalkey_bloom.so /usr/lib/valkey/libvalkey_bloom.so
7272
COPY --from=build /opt/valkey-search/.build-release/libsearch.so /usr/lib/valkey/libsearch.so

8.1/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ FROM docker.io/valkey/valkey:8.1.4-trixie
6565

6666
RUN mkdir -p /usr/lib/valkey;
6767

68-
# Copy built modules from the build stage test test
68+
# Copy built modules from the build stage
6969
COPY --from=build /opt/valkey-json/build/src/libjson.so /usr/lib/valkey/libjson.so
7070
COPY --from=build /opt/valkey-bloom/target/release/libvalkey_bloom.so /usr/lib/valkey/libvalkey_bloom.so
7171
COPY --from=build /opt/valkey-search/.build-release/libsearch.so /usr/lib/valkey/libsearch.so

9.0/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN set -eux; \
6666
apk add --no-cache libstdc++; \
6767
mkdir -p /usr/lib/valkey;
6868

69-
# Copy built modules from the build stage test test
69+
# Copy built modules from the build stage
7070
COPY --from=build /opt/valkey-json/build/src/libjson.so /usr/lib/valkey/libjson.so
7171
COPY --from=build /opt/valkey-bloom/target/release/libvalkey_bloom.so /usr/lib/valkey/libvalkey_bloom.so
7272
COPY --from=build /opt/valkey-search/.build-release/libsearch.so /usr/lib/valkey/libsearch.so

9.0/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ FROM docker.io/valkey/valkey:9.0.0-rc3-trixie
6565

6666
RUN mkdir -p /usr/lib/valkey;
6767

68-
# Copy built modules from the build stage test test
68+
# Copy built modules from the build stage
6969
COPY --from=build /opt/valkey-json/build/src/libjson.so /usr/lib/valkey/libjson.so
7070
COPY --from=build /opt/valkey-bloom/target/release/libvalkey_bloom.so /usr/lib/valkey/libvalkey_bloom.so
7171
COPY --from=build /opt/valkey-search/.build-release/libsearch.so /usr/lib/valkey/libsearch.so

Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ RUN set -eux; \
105105
RUN mkdir -p /usr/lib/valkey;
106106
{{ ) end -}}
107107

108-
# Copy built modules from the build stage test test
108+
# Copy built modules from the build stage
109109
COPY --from=build /opt/valkey-json/build/src/libjson.so /usr/lib/valkey/libjson.so
110110
COPY --from=build /opt/valkey-bloom/target/release/libvalkey_bloom.so /usr/lib/valkey/libvalkey_bloom.so
111111
COPY --from=build /opt/valkey-search/.build-release/libsearch.so /usr/lib/valkey/libsearch.so

0 commit comments

Comments
 (0)