Skip to content
Snippets Groups Projects
Commit e1589c0a authored by Liam Morland's avatar Liam Morland
Browse files

Use gesso from git.uwaterloo.ca

parent e6244f7b
No related branches found
No related tags found
1 merge request!48Use gesso from git.uwaterloo.ca
build_option=${1:-1}
gesso_version="8.x-3.2"
git clone "https://github.com/forumone/gesso" "gesso"
cd gesso
git checkout $gesso_version
cd ..
git clone --branch $gesso_version https://git.uwaterloo.ca/drupal-org/gesso.git
if [ -f "gulpfile.js" ]; then
cp gulpfile.js gesso
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment