mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-17 20:52:14 +01:00
fix(ci): LINUX_AMD64_RELEASE is no more ignored thanks to curly braces
This commit is contained in:
@@ -12,7 +12,7 @@ PDFTK_VERSION="$6"
|
|||||||
PDFCPU_VERSION="$7"
|
PDFCPU_VERSION="$7"
|
||||||
DOCKER_REGISTRY="$8"
|
DOCKER_REGISTRY="$8"
|
||||||
DOCKER_REPOSITORY="$9"
|
DOCKER_REPOSITORY="$9"
|
||||||
LINUX_AMD64_RELEASE="$10"
|
LINUX_AMD64_RELEASE="${10}"
|
||||||
|
|
||||||
# Find out if given version is "semver".
|
# Find out if given version is "semver".
|
||||||
GOTENBERG_VERSION="${GOTENBERG_VERSION//v}"
|
GOTENBERG_VERSION="${GOTENBERG_VERSION//v}"
|
||||||
|
|||||||
Reference in New Issue
Block a user