Skip to content

Commit 5f40d37

Browse files
committed
chore(addons): remove bin dir
1 parent 3ac0460 commit 5f40d37

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/checker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function checkAddons() {
100100
do
101101
echo -e "${INVERTED}Checking addons in directory ${directory}${NC}"
102102
for addon in ${directory}/*/; do
103-
executeCmd "bin/checker ${addon}"
103+
executeCmd "scripts/helm_checker.sh ${addon}"
104104
if [ $? -eq 1 ];
105105
then
106106
errOccurred=1
File renamed without changes.

scripts/prepare-release-assets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function prepareAssets() {
1818
cp addons/*.yaml ${destination}
1919

2020
echo "Executing targz"
21-
bin/targz addons/ ${destination}
21+
scripts/targz.sh addons/ ${destination}
2222

2323
echo "Processing done"
2424
echo
File renamed without changes.

0 commit comments

Comments
 (0)