Skip to content
Snippets Groups Projects
Commit 395555f4 authored by Vineet Reddy Rajula's avatar Vineet Reddy Rajula
Browse files

Adding sleep command to site-install.sh to test

parent 632f6dee
No related branches found
No related tags found
No related merge requests found
Pipeline #2906607 passed
......@@ -5,14 +5,15 @@
cd /app
# Drop tables
drush sql:drop -y
# drush sql:drop -y
# Install Drupal site
echo "Installing Drupal site"
drush site-install cern -y --config-dir=../config/sync --account-name=admin install_configure_form.enable_update_status_emails=NULL
# drush site-install cern -y --config-dir=../config/sync --account-name=admin install_configure_form.enable_update_status_emails=NULL
# Remove admin account
drush user-cancel admin -y
drush cr
if [ "$?" -ne "0" ]; then
drush cr
fi
# drush user-cancel admin -y
# drush cr
# if [ "$?" -ne "0" ]; then
# drush cr
# fi
sleep 10000
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