Skip to content

Commit

Permalink
set comparison back to master for merge to master
Browse files Browse the repository at this point in the history
Signed-off-by: Robin den Hertog <[email protected]>
  • Loading branch information
robinmdh committed Sep 6, 2021
1 parent 64373da commit 6335483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/mypy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eu

MYPY_FILES=$(git diff --name-only --diff-filter=d origin/colorado_baseline | grep -i .py$ | cat)
MYPY_FILES=$(git diff --name-only --diff-filter=d origin/master | grep -i .py$ | cat)

if [ -n "${MYPY_FILES}" ] ; then
echo "Testing ${MYPY_FILES}"
Expand Down

0 comments on commit 6335483

Please sign in to comment.