Skip to content

Commit

Permalink
hotfix after merge #1640
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Feb 25, 2025
1 parent 9d3029f commit 6c9af00
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions dev/go_build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ CUR_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
echo "Build operator"
source "${CUR_DIR}/go_build_operator.sh"

# helm builder is crushing after commit 6bcda277b752343afd814357666cc99a826fdabe
#CUR_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
#echo "Build helm charts"
#source "${CUR_DIR}/generate_helm_chart.sh"
CUR_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
echo "Build helm charts"
source "${CUR_DIR}/generate_helm_chart.sh"

#CUR_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
#echo "Run source checker"
Expand Down

0 comments on commit 6c9af00

Please sign in to comment.