mirror of
https://github.com/goreleaser/nfpm.git
synced 2026-06-19 08:05:04 +00:00
Vendored
+1
-1
@@ -100,7 +100,7 @@ RUN command -v zsh
|
||||
|
||||
# ---- env-var-version test ----
|
||||
FROM min AS env-var-version
|
||||
ENV EXPECTVER="foo-1.0.00.1.b1 description:"
|
||||
ENV EXPECTVER="foo-1.0.0_0.1.b1-git.abcdefgh description:"
|
||||
RUN apk info foo | grep "foo-" | grep " description:" > found
|
||||
RUN export FOUND_VER="$(cat found)" && \
|
||||
echo "Expected: '${EXPECTVER}' :: Found: '${FOUND_VER}'" && \
|
||||
|
||||
Reference in New Issue
Block a user