aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2019-06-23 18:50:42 -0700
committerGravatar MarkKoz <[email protected]>2019-06-29 20:05:39 -0700
commitb346449f52b5deaad866dbb896c46933e431fdd7 (patch)
treef3818cf905b61d94b993420a3199f980fd8fb7da
parentRemove constant (diff)
Fix echo
-rw-r--r--azure-pipelines.yml2
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: