Change tracking

This commit is contained in:
Yanqin Jin 2020-04-29 11:32:23 -07:00
parent e10008f339
commit ad71ee3c42

View File

@ -17,7 +17,7 @@ jobs:
echo git status && git status echo git status && git status
echo "git remote -v" && git remote -v echo "git remote -v" && git remote -v
echo git branch && git branch echo git branch && git branch
GIT_CURL_VERBOSE=1 GIT_TRACE=1 git merge-base upstream/master HEAD GIT_CURL_VERBOSE=1 GIT_TRACE=1 git merge-base origin/master HEAD
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v1 uses: actions/setup-python@v1