]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ci/tests: Fix typo in previous commit 597cf2
authorMarc Hoersken <info@marc-hoersken.de>
Sun, 1 Mar 2020 13:49:35 +0000 (14:49 +0100)
committerMarc Hoersken <info@marc-hoersken.de>
Sun, 1 Mar 2020 13:49:35 +0000 (14:49 +0100)
tests/azure.pm

index 4a450148b15920b70c099e25fc6792d684eb393e..2fc11ae21eb2776d2f52c28222e37d21033c486f 100644 (file)
@@ -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'}) {