Skip to content

Commit

Permalink
Update to tag v.3.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wlorenzetti committed Dec 27, 2024
1 parent 7ffe33b commit d37651d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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:-v3.8.4} ..."
git clone https://github.com/g3w-suite/g3w-admin.git --single-branch --depth 1 --branch ${G3W_SUITE_BRANCH:-v3.8.4} /code && \
echo "Cloning g3w-admin branch ${G3W_SUITE_BRANCH:-v3.8.5} ..."
git clone https://github.com/g3w-suite/g3w-admin.git --single-branch --depth 1 --branch ${G3W_SUITE_BRANCH:-v3.8.5} /code && \
cd /code
fi

Expand Down

0 comments on commit d37651d

Please sign in to comment.