mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-15 09:39:48 +00:00
GHA workflow - Fix Test 2 [skip travis]
This commit is contained in:
parent
b8b9e4597d
commit
5c31bf156f
3 changed files with 37 additions and 39 deletions
|
@ -41,8 +41,6 @@
|
|||
# SOFTWARE.
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
#set -e
|
||||
#set -o pipefail
|
||||
export TERM=xterm
|
||||
|
||||
# -------------------------------------------
|
||||
|
@ -197,8 +195,7 @@ echo "${bold}${green}All Tests Passed"
|
|||
# Exit With Error Number
|
||||
# ----------------------
|
||||
|
||||
#exit ${?}
|
||||
exit 0
|
||||
exit ${?}
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# MIT License
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue