Skip to content

Commit 89d356d

Browse files
committed
merge mistake
1 parent b4a10b9 commit 89d356d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/ci-build-deps.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@ function init_vars() {
2121
function local_artifact_mirror() {
2222
if [ -n "$LOCAL_ARTIFACT_MIRROR_IMAGE_NAME" ]; then
2323
make -C local-artifact-mirror build-ttl.sh \
24-
PACKAGE_VERSION="$EC_VERSION" \
2524
IMAGE_NAME="$LOCAL_ARTIFACT_MIRROR_IMAGE_NAME" \
25+
PACKAGE_VERSION="$EC_VERSION" \
26+
VERSION="$EC_VERSION" \
2627
| prefix_output "LAM"
2728
else
2829
make -C local-artifact-mirror build-ttl.sh \
2930
PACKAGE_VERSION="$EC_VERSION" \
31+
VERSION="$EC_VERSION" \
3032
| prefix_output "LAM"
3133
fi
3234
cp local-artifact-mirror/build/image "local-artifact-mirror/build/image-$EC_VERSION"

0 commit comments

Comments
 (0)