mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
release: add _LOCATION to the list of required AZURE variables
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
083f6d0e5d
commit
364cf0304c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue