mirror of
https://github.com/goreleaser/nfpm.git
synced 2026-06-19 08:05:04 +00:00
fix: apk versioning (#514)
* Fix apk versioning * Update acceptance test for apk
This commit is contained in:
Vendored
+1
-1
@@ -95,7 +95,7 @@ RUN command -v zsh
|
||||
|
||||
# ---- env-var-version test ----
|
||||
FROM min AS env-var-version
|
||||
ENV EXPECTVER="foo-1.0.0~0.1.b1+git.abcdefgh description:"
|
||||
ENV EXPECTVER="foo-1.0.00.1.b1 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