Skip to content

Commit

Permalink
Fixing ambiguous master error
Browse files Browse the repository at this point in the history
  • Loading branch information
dry923 authored and aakarshg committed Jan 16, 2020
1 parent db5c046 commit 4c4deec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4c4deec

Please sign in to comment.