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 af9808a commit b832788Copy full SHA for b832788
build/Dockerfile
@@ -73,7 +73,7 @@ COPY --from=builder /src/*.1 /builds/x86_64-apple-darwin/man/man1/
73
# Create and compress reproducible archive.
74
WORKDIR /builds
75
RUN apk update && apk add --no-cache tar xz
76
-RUN find * -maxdepth 0 -type d -exec mv '{}' "radicle-$RADICLE_VERSION-{}" \; && \
+RUN find * -maxdepth 0 -type d -exec mv '{}' "radicle-http-api-$RADICLE_VERSION-{}" \; && \
77
find * -maxdepth 0 -type d -exec tar \
78
--sort=name \
79
--verbose \
0 commit comments