[GHA] Debug Nginx not starting

This commit is contained in:
Mitchell Krog 2021-06-21 13:30:52 +02:00
parent 319ae9abc0
commit b17ac68caf
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

@ -27,9 +27,9 @@ jobs:
sudo apt remove nginx
sudo apt purge nginx
sudo add-apt-repository -y ppa:nginx/stable
sudo apt-get update
sudo apt-get install -y --assume-yes nginx-extras
sudo apt-get -y install dos2unix
sudo apt update
sudo apt install -y --assume-yes nginx-extras
sudo apt -y install dos2unix
- name: Run build
@ -39,3 +39,4 @@ jobs:
source ~/.bashrc
./dev-tools/generate-files.sh
./dev-tools/install-nginx-1.sh
sudo systemctl status nginx.service