add 2x low-priority TODOs to validate bot commits are being used in logic

This commit is contained in:
Collin M. Barrett 2020-02-12 17:47:39 -06:00
parent 69ec1abb91
commit c9fb38ceea

View file

@ -24,6 +24,7 @@ steps:
# TODO: Merge latest data/* and server/src/FilterLists.Data.Migrations/* from origin/master.
# TODO: If data/* and server/src/FilterLists.Data.Migrations/* change in origin/master, re-trigger this Pipeline.
# TODO: validate author of last commit was $(GITHUBNAME)
- bash: |
LASTMSG=$(git log -n 1 --pretty=format:"%s")
echo "Last commit message: \"$LASTMSG\""
@ -53,6 +54,7 @@ steps:
GITHUBEMAIL: $(GITHUBEMAIL)
condition: and(ne(variables['abortIfJustMigrated.aborted'], 'true'), succeeded())
# TODO: additionally grep on author of $(GITHUBNAME) when getting $REVERTHASH
- bash: |
MIGLIST=$(dotnet ef migrations list -p FilterLists.Data.Migrations -s FilterLists.Api)
echo "$MIGLIST"