We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ac63de + 5b28847 commit 65ec893Copy full SHA for 65ec893
1 file changed
stacks/cloudbeaver/build.sh
@@ -26,7 +26,12 @@ function build() {
26
git clone https://github.com/dbeaver/cloudbeaver.git
27
cd cloudbeaver
28
git checkout -b release_${STACK_VERSION} --track origin/release_${STACK_VERSION}
29
- cd deploy && ./build.sh && cp -r cloudbeaver ${DATA_DIR}
+
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
35
}
36
# call build stack
-build-stack "${1}"
37
+build-stack "${1}"
0 commit comments