Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zamuzakki committed Aug 9, 2024
1 parent da58c76 commit 14bc216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@


if [ -z "$(ls -A /code)" ]; then
echo "Cloning g3w-admin branch ${G3W_SUITE_BRANCH:-dev} ..."
git clone git@github.com:kartoza/g3w-admin.git --branch custom-request-schema --depth 1 /code && \
echo "Cloning g3w-admin ..."
git clone https://github.com/kartoza/g3w-admin.git --branch custom-request-schema --depth 1 /code && \
cd /code
fi

Expand Down

0 comments on commit 14bc216

Please sign in to comment.