File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff 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 "
You can’t perform that action at this time.
0 commit comments