Skip to content

Commit

Permalink
dbeaver/dbeaver-devops#1040 added common build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mayerro committed Feb 20, 2024
1 parent 67be5d9 commit 35b1e64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy/build-backend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ echo "Pull cloudbeaver platform"
cd ../..

echo "Pull dbeaver platform"
[ ! -d dbeaver ] && git clone https://github.com/dbeaver/dbeaver.git
[ ! -d dbeaver ] && git clone --depth 1 https://github.com/dbeaver/dbeaver.git
[ ! -d dbeaver-common ] && git clone --depth 1 https://github.com/dbeaver/dbeaver-common.git


cd cloudbeaver/deploy

Expand Down

0 comments on commit 35b1e64

Please sign in to comment.