Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ci-scripts/install_ddev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ else
echo "Docker network ddev_default already exists."
fi

# Make the DDEV container aware of your SSH keys for installing any
# private packagees.
ddev auth ssh
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


echo "Running ddev composer install."
if ! ddev composer install; then
echo "ddev composer install failed."
Expand Down