Skip to content

Commit

Permalink
feat: speed up tests by dropping dhparam generation
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Apr 5, 2020
1 parent c5a6944 commit d4619e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 762E3157
echo "deb http://nginx.org/packages/ubuntu $(lsb_release -cs) nginx" | sudo tee /etc/apt/sources.list.d/nginx.list
curl -fsSL https://nginx.org/keys/nginx_signing.key | sudo apt-key add -

sudo mkdir -p /etc/nginx
sudo curl https://raw.githubusercontent.com/dokku/dokku/master/tests/dhparam.pem -o /etc/nginx/dhparam.pem

echo "dokku dokku/skip_key_file boolean true" | sudo debconf-set-selections
wget https://raw.githubusercontent.com/dokku/dokku/master/bootstrap.sh
if [[ "$DOKKU_VERSION" == "master" ]]; then
Expand Down

0 comments on commit d4619e3

Please sign in to comment.