mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	CI: Fix bad reporting of status by the verification pub
Change-Id: I6f31a130b3ba0187149aaaa2ce94195a79e0f6a6
This commit is contained in:
		| @@ -3,6 +3,7 @@ | ||||
| # and can be "source"d from the scripts. | ||||
| # | ||||
|  | ||||
| declare -a POSITIONAL_ARGS | ||||
| for a in "$@" ; do | ||||
| 	OPTION_COUNT+=1 | ||||
| 	case "$a" in | ||||
| @@ -17,6 +18,9 @@ for a in "$@" ; do | ||||
| 			l=${BASH_REMATCH[1]//-/_} | ||||
| 			eval ${l^^}=1 | ||||
| 			;; | ||||
| 		*) | ||||
| 			POSITIONAL_ARGS+=($a) | ||||
| 			;; | ||||
| 	esac | ||||
| done | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user