git: 364cf0304cf1 - main - release: add _LOCATION to the list of required AZURE variables

From: Glen Barber <gjb_at_FreeBSD.org>
Date: Wed, 13 Oct 2021 21:12:13 UTC
The branch main has been updated by gjb:

URL: https://cgit.FreeBSD.org/src/commit/?id=364cf0304cf196acdecdbe0e72fb48dd43917ca0

commit 364cf0304cf196acdecdbe0e72fb48dd43917ca0
Author:     Glen Barber <gjb@FreeBSD.org>
AuthorDate: 2021-10-13 21:11:48 +0000
Commit:     Glen Barber <gjb@FreeBSD.org>
CommitDate: 2021-10-13 21:11:48 +0000

    release: add _LOCATION to the list of required AZURE variables
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 release/Makefile.azure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release/Makefile.azure b/release/Makefile.azure
index 00eacf22301b..bc6f8859dea9 100644
--- a/release/Makefile.azure
+++ b/release/Makefile.azure
@@ -28,7 +28,7 @@ EXPIRY_DATE!=	date -v+1m -I -u
 azure-upload:		${AZURE_UPLOAD_TGTS}
 
 azure-check-depends:
-.for VAR in _STORAGE _ACCOUNT _RESOURCEGROUP _KEY
+.for VAR in _STORAGE _ACCOUNT _RESOURCEGROUP _KEY _LOCATION
 . if !defined(AZURE${VAR}) || empty(AZURE${VAR})
 	@echo "Variable AZURE${VAR} cannot be empty."
 	@false