Skip to content

Commit

Permalink
v3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wlorenzetti committed Oct 17, 2024
1 parent 2baad28 commit 5bef759
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.1} ..."
git clone https://github.com/g3w-suite/g3w-admin.git --single-branch --depth 1 --branch ${G3W_SUITE_BRANCH:-v3.8.1} /code && \
echo "Cloning g3w-admin branch ${G3W_SUITE_BRANCH:-v3.8.2} ..."
git clone https://github.com/g3w-suite/g3w-admin.git --single-branch --depth 1 --branch ${G3W_SUITE_BRANCH:-v3.8.2} /code && \
cd /code
fi

Expand Down

0 comments on commit 5bef759

Please sign in to comment.