Skip to content

Commit

Permalink
Update init-template-starter.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Nov 7, 2024
1 parent d2d1f0f commit 0b469c5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/init-template-starter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ mv default_settings.txt drupal/rootfs/var/www/drupal/assets/patches/default_sett
# copy any drush scripts into the rootfs so we can run them
cp ./tests/solr.php drupal/rootfs/var/www/drupal/

# until https://github.com/Islandora-Devops/isle-site-template/issues/46 closes
# hack this
if [[ "$(uname)" == "Linux" ]]; then
if [ ! -v SSH_AUTH_SOCK ] || [ "$SSH_AUTH_SOCK" = "" ]; then
eval "$(ssh-agent -s)"
fi
fi

./generate-certs.sh
./generate-secrets.sh

Expand Down

0 comments on commit 0b469c5

Please sign in to comment.