diff options
| -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 1be6867..9375e51 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -54,7 +54,7 @@ jobs: - task: ShellScript@2 inputs: scriptPath: './scripts/test.sh' - args: variables['PREV_COMMIT'] + args: $[ format('{0}', variables['PREV_COMMIT']) ] displayName: 'Print PREV_BUILD' - task: DownloadPipelineArtifact@2 |