Skip to content

Commit

Permalink
chore(local-dev): fixes the metadata generation file for the operator…
Browse files Browse the repository at this point in the history
… version (#1489)
  • Loading branch information
JGAntunes authored Nov 12, 2024
1 parent 255f9dc commit 9db918c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ci-build-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ function local_artifact_mirror() {

function operator() {
make -C operator build-ttl.sh build-chart-ttl.sh \
PACKAGE_VERSION="$EC_VERSION"
PACKAGE_VERSION="$EC_VERSION" \
VERSION="$EC_VERSION"
cp operator/build/image "operator/build/image-$EC_VERSION"
cp operator/build/chart "operator/build/chart-$EC_VERSION"
}
Expand Down

0 comments on commit 9db918c

Please sign in to comment.