Skip to content
Snippets Groups Projects
Commit bff671e9 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-3452: adding gesso version to checkout

parent a18c648c
No related branches found
No related tags found
No related merge requests found
uw_wcms_gesso_root_path=${1:-/var/www/html} uw_wcms_gesso_root_path=${1:-/var/www/html}
gesso_version="8.x-3.2"
git clone "https://github.com/forumone/gesso" "gesso" git clone "https://github.com/forumone/gesso" "gesso"
cd gesso cd gesso
git checkout $gesso_version
rm -rf "$uw_wcms_gesso_root_path/uw_wcms_gesso/gesso/source" rm -rf "$uw_wcms_gesso_root_path/uw_wcms_gesso/gesso/source"
ln -s "$uw_wcms_gesso_root_path/uw_wcms_gesso/source" ln -s "$uw_wcms_gesso_root_path/uw_wcms_gesso/source"
......
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