Use an accurate name for the ci skip list
This commit is contained in:
@@ -8,9 +8,9 @@ fi
|
|||||||
changes=( `git diff --name-only --cached` )
|
changes=( `git diff --name-only --cached` )
|
||||||
|
|
||||||
# Load the patterns we want to skip into an array
|
# Load the patterns we want to skip into an array
|
||||||
mapfile -t blacklist < .ciignore
|
mapfile -t blocklist < .ciignore
|
||||||
|
|
||||||
for i in "${blacklist[@]}"
|
for i in "${blocklist[@]}"
|
||||||
do
|
do
|
||||||
# Remove the current pattern from the list of changes
|
# Remove the current pattern from the list of changes
|
||||||
changes=( ${changes[@]/$i/} )
|
changes=( ${changes[@]/$i/} )
|
||||||
|
|||||||
Reference in New Issue
Block a user