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

ISTWCMS-3598: ensure to sym links are correct

parent 27e5bf3b
No related branches found
No related tags found
No related merge requests found
build_option=${1:-1} build_option=${1:-1}
gesso_version="8.x-3.2" gesso_version="8.x-3.2"
git clone "https://github.com/forumone/gesso" "gesso" git clone "https://github.com/forumone/gesso" "gesso"
cd ..
ln -s "uw_wcms_gesso/source" "source" ln -s "uw_wcms_gesso/source" "source"
cd gesso cd uw_wcms_gesso/gesso
git checkout $gesso_version git checkout $gesso_version
rm -rf "source" rm -rf "source"
ln -s "../source" ln -s "../source"
echo "Removing Gesso files" echo "Removing Gesso files"
rm gesso.layouts.yml rm gesso.layouts.yml
rm gesso.info.yml rm gesso.info.yml
......
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