rmetzger commented on a change in pull request #11430: [FLINK-16633][AZP] Fix 
builds without s3 credentials
URL: https://github.com/apache/flink/pull/11430#discussion_r394138116
 
 

 ##########
 File path: tools/azure-pipelines/jobs-template.yml
 ##########
 @@ -123,9 +123,9 @@ jobs:
   - script: STAGE=test ${{parameters.environment}} ./tools/azure_controller.sh 
$(module)
     displayName: Test - $(module)
     env:
-      IT_CASE_S3_BUCKET: $(IT_CASE_S3_BUCKET)
-      IT_CASE_S3_ACCESS_KEY: $(IT_CASE_S3_ACCESS_KEY)
-      IT_CASE_S3_SECRET_KEY: $(IT_CASE_S3_SECRET_KEY)
+      IT_CASE_S3_BUCKET: ${{variables['IT_CASE_S3_BUCKET']}}
 
 Review comment:
   Yes  :( I did not test this w/o credentials set.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to