Skip to content
Snippets Groups Projects
Commit 1b6549f2 authored by Tyler Struyk's avatar Tyler Struyk
Browse files

Merge branch 'feature/lkmorlan-use-local-gesso' into '8.x-3.x'

Use gesso from git.uwaterloo.ca

See merge request !48
parents e6244f7b e1589c0a
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