diff options
author | 2019-06-23 18:50:42 -0700 | |
---|---|---|
committer | 2019-06-29 20:05:39 -0700 | |
commit | b346449f52b5deaad866dbb896c46933e431fdd7 (patch) | |
tree | f3818cf905b61d94b993420a3199f980fd8fb7da | |
parent | Remove constant (diff) |
Fix echo
-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 5352aa9..653231a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -48,7 +48,7 @@ jobs: printf '%s\n' "##vso[task.setvariable variable=PREV_COMMIT;isOutput=true]${prev_commit}" displayName: 'Get Previous Successful Build' - - script: echo $(PREV_BUILD) + - script: echo '$(PREV_BUILD)' - task: ShellScript@2 inputs: |