-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ci/after_script.sh missing? #3857
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
that should be removed from travis since there's no after_script.sh anywhere in pandas...pr? |
nevermind i did it |
what happend to the after script? was it ever there? what runs it? |
was in .travis.yml in the |
oh the script itself i dunno i can check the git history if uwant |
|
doesn't look like that script was ever there... |
so just called in ci/script.sh? |
no travis calls it after |
do this git log -S 'after_script' --pretty=format:'%h' | while read p; do
git diff-tree --name-only $p HEAD | grep 'after_script.sh'
done should not show anything. which means none of the cchanges mentioning after_script actually added a file with the name |
that might take a while since it has to search the entire history cuz it uses pickaxe |
so travis calls it by default....then I guess we should have one (that does nothing), right? |
Only called if it's in the config... Not called by default |
so it must be in the config then? |
hence my change here i just removed it... |
ok...duh!....go ahead |
https://travis-ci.org/gliptak/pandas/jobs/8002655
$ ci/print_versions.py
$ ci/after_script.sh
/home/travis/build.sh: line 208: ci/after_script.sh: No such file or directory
Done. Your build exited with 1.
The text was updated successfully, but these errors were encountered: