Skip to content

Commit 65ec893

Browse files
committed
chore(cloudbeaver) add CLOUDBEAVER_HOME
2 parents 1ac63de + 5b28847 commit 65ec893

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

stacks/cloudbeaver/build.sh

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@ function build() {
2626
git clone https://github.com/dbeaver/cloudbeaver.git
2727
cd cloudbeaver
2828
git checkout -b release_${STACK_VERSION} --track origin/release_${STACK_VERSION}
29-
cd deploy && ./build.sh && cp -r cloudbeaver ${DATA_DIR}
29+
30+
cd deploy && ./build.sh && cp -r cloudbeaver/* ${DATA_DIR}
31+
cat << EOF >> "${PROFILE_DIR}"/cloudbeaver.sh
32+
export CLOUDBEAVER_HOME="/opt/drycc/cloudbeaver"
33+
EOF
34+
3035
}
3136
# call build stack
32-
build-stack "${1}"
37+
build-stack "${1}"

0 commit comments

Comments
 (0)