From: Marc Hoersken Date: Sun, 1 Mar 2020 13:49:35 +0000 (+0100) Subject: ci/tests: Fix typo in previous commit 597cf2 X-Git-Tag: curl-7_69_0~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d753cfc16cb038d9f6f7a9932cd4f9c1af28970a;p=thirdparty%2Fcurl.git ci/tests: Fix typo in previous commit 597cf2 --- diff --git a/tests/azure.pm b/tests/azure.pm index 4a450148b1..2fc11ae21e 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'}) {