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 b4a10b9 commit 89d356dCopy full SHA for 89d356d
scripts/ci-build-deps.sh
@@ -21,12 +21,14 @@ function init_vars() {
21
function local_artifact_mirror() {
22
if [ -n "$LOCAL_ARTIFACT_MIRROR_IMAGE_NAME" ]; then
23
make -C local-artifact-mirror build-ttl.sh \
24
- PACKAGE_VERSION="$EC_VERSION" \
25
IMAGE_NAME="$LOCAL_ARTIFACT_MIRROR_IMAGE_NAME" \
+ PACKAGE_VERSION="$EC_VERSION" \
26
+ VERSION="$EC_VERSION" \
27
| prefix_output "LAM"
28
else
29
30
PACKAGE_VERSION="$EC_VERSION" \
31
32
33
fi
34
cp local-artifact-mirror/build/image "local-artifact-mirror/build/image-$EC_VERSION"
0 commit comments