This commit is contained in:
Collin M. Barrett 2020-02-13 06:49:01 -06:00
parent 0382fc0598
commit 201da79fab

View file

@ -74,6 +74,8 @@ steps:
workingDirectory: server/src
condition: and(ne(variables['abortIfJustMigrated.aborted'], 'true'), succeeded())
# TODO: Copy/move test-data steps from API Pipeline
- bash: |
DIFF=$(git status -s | wc -l)
echo "$DIFF file(s) changed"