ci/cd Fix perms in variables.env for test core linux

This commit is contained in:
Théophile Diot 2023-09-18 17:34:55 +02:00
parent 4cce8385c5
commit cd35d35c25
No known key found for this signature in database
GPG Key ID: 248FEA4BAE400D06
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ jobs:
- name: Edit configuration files
run: |
echo "www.example.com 127.0.0.1" | sudo tee -a /etc/hosts
sudo chmod 777 /etc/bunkerweb/variables.env
echo "SERVER_NAME=www.example.com" > /etc/bunkerweb/variables.env
{ echo "HTTP_PORT=80"; echo "HTTPS_PORT=443"; echo "DNS_RESOLVERS=9.9.9.9 8.8.8.8 8.8.4.4"; } >> /etc/bunkerweb/variables.env
- name: Run tests