diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2020-03-01 14:49:35 +0100 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2020-03-01 14:49:35 +0100 |
commit | d753cfc16cb038d9f6f7a9932cd4f9c1af28970a (patch) | |
tree | c6c01df00e149439ca58e29339c5fb5a5d3d9d3e /tests | |
parent | 597cf2f1f38125607598982ce427dea833f418b0 (diff) |
ci/tests: Fix typo in previous commit 597cf2
Diffstat (limited to 'tests')
-rw-r--r-- | tests/azure.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/azure.pm b/tests/azure.pm index 4a450148b..2fc11ae21 100644 --- a/tests/azure.pm +++ b/tests/azure.pm @@ -27,7 +27,7 @@ use warnings; use POSIX qw(strftime); sub azure_check_environment { - if(defined $ENV{'AZURE_ACCESS_TOKEN'} && $ENV{'AZURE_ACCESS_TOKEN'} + if(defined $ENV{'AZURE_ACCESS_TOKEN'} && $ENV{'AZURE_ACCESS_TOKEN'} && defined $ENV{'AGENT_JOBNAME'} && $ENV{'BUILD_BUILDID'} && defined $ENV{'SYSTEM_TEAMFOUNDATIONCOLLECTIONURI'} && defined $ENV{'SYSTEM_TEAMPROJECTID'}) { |