Skip to content

Commit

Permalink
Update g3w-admin (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
zamuzakki authored Aug 9, 2024
1 parent b744898 commit da58c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

Expand Down

0 comments on commit da58c76

Please sign in to comment.