Skip to content

Commit c486642

Browse files
committed
chore(*): check what the variable is set to
1 parent 4a4c857 commit c486642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-devops/templates/cd-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ steps:
192192
else
193193
echo "Changes detected."
194194
echo "##vso[task.setvariable variable=changesDetected;isOutput=true]true"
195-
echo "changes detected=$(changesDetected)"
195+
echo "changes detected is now $changesDetected"
196196
fi
197197
workingDirectory: ${{ parameters.workingDir }}/igniteui-live-editing-samples/${{ parameters.submoduleDir }}
198198

0 commit comments

Comments
 (0)