From 4c4deec35fbd23223c603f7c9f029b5a2464cdd0 Mon Sep 17 00:00:00 2001 From: dry923 Date: Tue, 14 Jan 2020 13:53:12 -0500 Subject: [PATCH] Fixing ambiguous master error --- ci/run_ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run_ci.sh b/ci/run_ci.sh index fe7fd58f..6cb8ebc4 100644 --- a/ci/run_ci.sh +++ b/ci/run_ci.sh @@ -21,7 +21,7 @@ echo "" >> results.markdown echo 'Test | Result | Runtime' >> results.markdown echo '-----|--------|--------' >> results.markdown -diff_list=`git diff master --name-only` +diff_list=`git diff origin/master --name-only` # Run a full test if: # - anything in . has been changed (ie run_snafu.py)