diff options
| author | 2019-06-23 17:20:33 -0700 | |
|---|---|---|
| committer | 2019-06-29 20:05:37 -0700 | |
| commit | 4f3b802ab2d2e940b475e749a97d1271c564a62c (patch) | |
| tree | 09e614ee375c8e12f2fe9cfdb65db3803edb5368 | |
| parent | Screw the base variable (diff) | |
DownloadPipelineArtifact
| -rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 63ee168..04dfb27 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -56,7 +56,7 @@ jobs: runVersion: 'specific' buildId: "2434" artifactName: 'BaseId' - displayName: 'Download Base ID Artifact $(PREV_BUILD)' + displayName: 'Download Base ID Artifact' - script: | base_id="$(cat "${SYSTEM_ARTIFACTSDIRECTORY}"/base.sha256)" |