From a07a0230e46a1d9c99dff8a4ad46eb230a1b8525 Mon Sep 17 00:00:00 2001 From: kissshot <4530897+kkkgo@users.noreply.github.com> Date: Mon, 18 Sep 2023 16:35:32 +0800 Subject: [PATCH] build test --- .github/workflows/docker-latest-schedule.yml | 2 ++ build_test.sh | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-latest-schedule.yml b/.github/workflows/docker-latest-schedule.yml index 6058846..29aed2a 100644 --- a/.github/workflows/docker-latest-schedule.yml +++ b/.github/workflows/docker-latest-schedule.yml @@ -12,6 +12,8 @@ jobs: uses: actions/checkout@v3 - name: build check run: bash build_test.sh + - name: set check flag + run: sed -i "s/#actions //g" Dockerfile - name: build again test run: docker build --no-cache -t ppdns . - name: Set up QEMU diff --git a/build_test.sh b/build_test.sh index f778c73..d77f309 100644 --- a/build_test.sh +++ b/build_test.sh @@ -75,5 +75,4 @@ docker rm -f test3 # pass check echo ALL TEST PASSED. -#touch build_test_ok -sed -i "s/#actions //g" Dockerfile \ No newline at end of file +touch build_test_ok \ No newline at end of file