mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 02:29:58 +00:00
Update action.yml
FIX build failure on TERM errors
This commit is contained in:
parent
dd2a94a7b0
commit
fb1c85798f
1 changed files with 4 additions and 5 deletions
9
.github/workflows/action.yml
vendored
9
.github/workflows/action.yml
vendored
|
@ -1,10 +1,13 @@
|
||||||
# Build Script for Nginx Ultimate Bad Bot Blocker using GHA
|
# Build Script for Nginx Ultimate Bad Bot Blocker using GHA
|
||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
@ -20,8 +23,6 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
continue-on-error: true
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
@ -45,8 +46,6 @@ jobs:
|
||||||
./dev-tools/generate-files.sh
|
./dev-tools/generate-files.sh
|
||||||
./dev-tools/install-nginx-1.sh
|
./dev-tools/install-nginx-1.sh
|
||||||
|
|
||||||
continue-on-error: true
|
|
||||||
|
|
||||||
- name: Configure Nginx & Generate Blocker Files - Stage 2
|
- name: Configure Nginx & Generate Blocker Files - Stage 2
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue