Skip to content

Commit

Permalink
[FLINK-16480][AZP] fix log upload condition
Browse files Browse the repository at this point in the history
  • Loading branch information
rmetzger committed Mar 25, 2020
1 parent 90a9b3e commit 1c86b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/azure-pipelines/jobs-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
IT_CASE_S3_SECRET_KEY: $(SECRET_S3_SECRET_KEY)
# upload debug artifacts
- task: PublishPipelineArtifact@1
condition: and(succeededOrFailed(), not(eq('$(ARTIFACT_DIR)', '')))
condition: and(succeededOrFailed(), not(eq(variables['ARTIFACT_DIR'], '')))
displayName: Upload Logs
inputs:
path: $(ARTIFACT_DIR)
Expand Down

0 comments on commit 1c86b8b

Please sign in to comment.