Commit 8ebcbd6 1 parent 55141f9 commit 8ebcbd6 Copy full SHA for 8ebcbd6
File tree 1 file changed +1
-5
lines changed
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ set -o pipefail
7
7
8
8
readonly SCRIPT_PATH=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null && pwd) "
9
9
readonly PROJECT_PATH=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) /.." > /dev/null && pwd) "
10
- readonly MOUNT_OUTPUT=0
11
10
12
11
# This file contatins psql views with complex types to validate and troubleshoot dbeam
13
12
@@ -66,12 +65,9 @@ pack() {
66
65
}
67
66
68
67
run_docker_dbeam () {
69
- OUTPUT_MOUNT_EXP=" "
70
- if [ " $MOUNT_OUTPUT " -eq 1 ]; then
71
- OUTPUT_MOUNT_EXP=--mount=" type=bind,source=$SCRIPT_PATH ,target=$SCRIPT_PATH "
72
- fi
73
68
time docker run --interactive --rm \
74
69
--net=" $DOCKER_NETWORK " \
70
+ --mount=" type=bind,source=$PROJECT_PATH /dbeam-core/target,target=/dbeam" \
75
71
--mount=" type=bind,source=$SCRIPT_PATH ,target=$SCRIPT_PATH " \
76
72
--memory=1G \
77
73
--entrypoint=/usr/bin/java \
You can’t perform that action at this time.
0 commit comments