Skip to content

Commit

Permalink
change clone repo to gestaogovbr fork
Browse files Browse the repository at this point in the history
  • Loading branch information
edulauer committed Nov 14, 2024
1 parent c575e53 commit 2c7e48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/build-backend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ echo "Pull cloudbeaver platform"
cd ../..

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

Expand Down

0 comments on commit 2c7e48a

Please sign in to comment.