Skip to content

Commit

Permalink
++_
Browse files Browse the repository at this point in the history
Signed-off-by: Yuriy Losev <yuriy.losev@flant.com>
  • Loading branch information
yalosev committed Oct 2, 2024
1 parent 32ff7a0 commit 8cb2ebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deckhouse-controller/go-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

set -e

deckhouseVer="dev"
deckhouseVer=${D8_VERSION:-"dev"}
shellOpVer=$(go list -m all | grep shell-operator | cut -d' ' -f 2-)
addonOpVer=$(go list -m all | grep addon-operator | cut -d' ' -f 2-)

Expand Down
2 changes: 1 addition & 1 deletion werf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ shell:
# into separate phases.
- go mod download
- cd /deckhouse/deckhouse-controller
- ./go-build.sh
- D8_VERSION={{- env "CI_COMMIT_TAG" | env "CI_COMMIT_REF_SLUG" | default "dev" }} ./go-build.sh
- mv deckhouse-controller /out

---
Expand Down

0 comments on commit 8cb2ebd

Please sign in to comment.