Skip to content

Commit c398e9c

Browse files
authored
Merge pull request #3629 from IgniteUI/sstoychev/fix-fix
chore(*): more logging tt
2 parents 7d465a2 + e794331 commit c398e9c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

azure-devops/templates/cd-template.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,15 @@ steps:
185185
script: |
186186
# Check for changes
187187
changeCount=$(git status --porcelain | wc -l)
188+
echo $changeCount
188189
if [ "$changeCount" -eq 0 ]; then
189190
echo "##vso[task.logissue type=warning]No changes to commit."
190191
exit 0
191192
else
193+
echo "Changes detected."
192194
echo "##vso[task.setvariable variable=changesDetected;isOutput=true]true"
195+
echo variables['changesDetected']
196+
echo eq(variables['changesDetected'], 'true')
193197
fi
194198
workingDirectory: ${{ parameters.workingDir }}/igniteui-live-editing-samples/${{ parameters.submoduleDir }}
195199

igniteui-live-editing-samples

0 commit comments

Comments
 (0)