summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Hoersken <info@marc-hoersken.de>2020-03-01 14:49:35 +0100
committerMarc Hoersken <info@marc-hoersken.de>2020-03-01 14:49:35 +0100
commitd753cfc16cb038d9f6f7a9932cd4f9c1af28970a (patch)
treec6c01df00e149439ca58e29339c5fb5a5d3d9d3e
parent597cf2f1f38125607598982ce427dea833f418b0 (diff)
downloadcurl-d753cfc16cb038d9f6f7a9932cd4f9c1af28970a.tar.gz
ci/tests: Fix typo in previous commit 597cf2
-rw-r--r--tests/azure.pm2
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'}) {