We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3e9c8 commit f0b14e3Copy full SHA for f0b14e3
.github/docker/Dockerfile.glibc
@@ -16,8 +16,7 @@ RUN apt-get -qq update && apt-get -qq install -y python3 build-essential && ldd
16
RUN npm run install:libmongocrypt
17
18
ARG RUN_TEST
19
-RUN [ -n "$RUN_TEST" ] && npm run test
20
-
+RUN if [ -n "$RUN_TEST" ]; then npm test ; else echo "skipping tests" ; fi
21
FROM scratch
22
23
COPY --from=build /mongodb-client-encryption/prebuilds/ /
0 commit comments