Skip to content

Commit ccc8f78

Browse files
committed
[infra] Update releasing scripts for RELEASE_DIR
1 parent 0be23c9 commit ccc8f78

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tools/releasing/create_binary_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ fi
5454
cd ..
5555

5656
FLUSS_DIR=`pwd`
57-
RELEASE_DIR=${FLUSS_DIR}/tools/release
57+
RELEASE_DIR=${FLUSS_DIR}/tools/releasing/release
5858
mkdir -p ${RELEASE_DIR}
5959

6060
###########################

tools/releasing/create_helm_packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fi
5656
cd ..
5757

5858
FLUSS_DIR=`pwd`
59-
HELM_RELEASE_DIR=${FLUSS_DIR}/tools/release/helm-chart/${RELEASE_VERSION}-rc${RELEASE_CANDIDATE}
59+
HELM_RELEASE_DIR=${FLUSS_DIR}/tools/releasing/release/helm-chart/${RELEASE_VERSION}-rc${RELEASE_CANDIDATE}
6060

6161
echo "Creating helm chart package"
6262

tools/releasing/create_source_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fi
5656
cd ..
5757

5858
FLUSS_DIR=`pwd`
59-
RELEASE_DIR=${FLUSS_DIR}/tools/release
59+
RELEASE_DIR=${FLUSS_DIR}/tools/releasing/release
6060
CLONE_DIR=${RELEASE_DIR}/fluss-tmp-clone
6161

6262
echo "Creating source package"

0 commit comments

Comments
 (0)