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

ISTWCMS-3598: updating script to use correct sym link

parent 627d1c76
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,8 @@ gesso_version="8.x-3.2" ...@@ -3,8 +3,8 @@ 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 git checkout $gesso_version
rm -rf "$uw_wcms_gesso_root_path/uw_wcms_gesso/gesso/source" rm -rf "source"
ln -s "$uw_wcms_gesso_root_path/uw_wcms_gesso/source" ln -s "../source"
echo "Removing Gesso files" echo "Removing Gesso files"
rm gesso.layouts.yml rm gesso.layouts.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