Skip to content

Commit 9a5c0d3

Browse files
committed
package version unneeded
1 parent 89d356d commit 9a5c0d3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/ci-build-deps.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@ function local_artifact_mirror() {
2222
if [ -n "$LOCAL_ARTIFACT_MIRROR_IMAGE_NAME" ]; then
2323
make -C local-artifact-mirror build-ttl.sh \
2424
IMAGE_NAME="$LOCAL_ARTIFACT_MIRROR_IMAGE_NAME" \
25-
PACKAGE_VERSION="$EC_VERSION" \
2625
VERSION="$EC_VERSION" \
2726
| prefix_output "LAM"
2827
else
2928
make -C local-artifact-mirror build-ttl.sh \
30-
PACKAGE_VERSION="$EC_VERSION" \
3129
VERSION="$EC_VERSION" \
3230
| prefix_output "LAM"
3331
fi
@@ -38,11 +36,9 @@ function operator() {
3836
if [ -n "$OPERATOR_IMAGE_NAME" ]; then
3937
make -C operator build-ttl.sh build-chart-ttl.sh \
4038
IMAGE_NAME="$OPERATOR_IMAGE_NAME" \
41-
PACKAGE_VERSION="$EC_VERSION" \
4239
VERSION="$EC_VERSION" 2>&1 | prefix_output "OPERATOR"
4340
else
4441
make -C operator build-ttl.sh build-chart-ttl.sh \
45-
PACKAGE_VERSION="$EC_VERSION" \
4642
VERSION="$EC_VERSION" 2>&1 | prefix_output "OPERATOR"
4743
fi
4844
cp operator/build/image "operator/build/image-$EC_VERSION"

0 commit comments

Comments
 (0)