Skip to content

Commit

Permalink
build test
Browse files Browse the repository at this point in the history
  • Loading branch information
kkkgo committed Sep 18, 2023
1 parent f7c918e commit a07a023
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-latest-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions build_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,4 @@ docker rm -f test3

# pass check
echo ALL TEST PASSED.
#touch build_test_ok
sed -i "s/#actions //g" Dockerfile
touch build_test_ok

0 comments on commit a07a023

Please sign in to comment.