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

ISTWCMS-5509: updating build option to only add pattern lab location to vagrant

parent aaa87bc2
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ npm run build ...@@ -66,7 +66,7 @@ npm run build
echo "**************************************************************************************" echo "**************************************************************************************"
echo "Done running npm run build." echo "Done running npm run build."
if [[ $build_option == 1 || $build_option == 3 ]]; then if [[ $env_option == 1 ]]; then
echo "**************************************************************************************" echo "**************************************************************************************"
echo "Creating symlink for ohana ..." echo "Creating symlink for ohana ..."
ln -s "$DRUPAL_PATH"/web/profiles/uw_base_profile/modules/custom/uw_wcms_ohana "$PL_PATH"/uw_wcms_ohana ln -s "$DRUPAL_PATH"/web/profiles/uw_base_profile/modules/custom/uw_wcms_ohana "$PL_PATH"/uw_wcms_ohana
......
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