We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f5371 commit ce7f890Copy full SHA for ce7f890
scripts/update_wheels_project.sh
@@ -44,7 +44,7 @@ echo "${TRAVIS_COMMIT}" > ${FRESH_REPO_DIR}/LATEST_COMMIT
44
# Display git status and push LATEST_COMMIT. #
45
##############################################
46
cd ${FRESH_REPO_DIR}
47
-git add ${FRESH_REPO_DIR}/LATEST_COMMIT
+git add LATEST_COMMIT
48
49
git status
50
# H/T: http://stackoverflow.com/a/13730477/1068170
0 commit comments