From 561e64a89052153fdbcbc921c2d0d6b047e4e722 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 22 Aug 2022 16:12:47 +0200 Subject: [PATCH] tests - road to debian --- .github/workflows/dev.yml | 4 ++-- examples/reverse-proxy-singlesite/setup-linux.sh | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 5c88ec86d..6fff7d030 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -384,8 +384,8 @@ jobs: # run: ./tests/main.py "kubernetes" - name: Generate Linux packages and build test images run: ./tests/linux.sh ${{ env.BUILD_MODE }} - - name: Run Linux Ubuntu tests - run: ./tests/main.py "linux" "ubuntu" + # - name: Run Linux Ubuntu tests + # run: ./tests/main.py "linux" "ubuntu" - name: Run Linux Debian tests run: ./tests/main.py "linux" "debian" - name: Run Linux CentOS tests diff --git a/examples/reverse-proxy-singlesite/setup-linux.sh b/examples/reverse-proxy-singlesite/setup-linux.sh index ad740857e..8534e2157 100755 --- a/examples/reverse-proxy-singlesite/setup-linux.sh +++ b/examples/reverse-proxy-singlesite/setup-linux.sh @@ -9,3 +9,4 @@ mkdir /opt/bunkerweb/www/{app1,app2} echo "hello" > /opt/bunkerweb/www/app1/index.html echo "hello" > /opt/bunkerweb/www/app2/index.html cp -r bw-data/configs/* /opt/bunkerweb/configs +chown -R nginx:nginx /opt/bunkerweb/configs \ No newline at end of file