"wrappers/python/vscode:/vscode.git/clone" did not exist on "25e253cf48dad34ad8dee59fa47890d4072f2abf"
Unverified Commit 8f1083e0 authored by xoviat's avatar xoviat Committed by GitHub
Browse files

Merge pull request #98 from matthew-brett/session-update-again

Disable pushd / popd wrappers
parents fa30a0d4 7fe5a7a1
...@@ -22,6 +22,8 @@ shell_session_update() { :; } ...@@ -22,6 +22,8 @@ shell_session_update() { :; }
# suggested by Thomas K at # suggested by Thomas K at
# https://github.com/travis-ci/travis-ci/issues/8703#issuecomment-347881274 # https://github.com/travis-ci/travis-ci/issues/8703#issuecomment-347881274
unset -f cd unset -f cd
unset -f pushd
unset -f popd
function start_spinner { function start_spinner {
if [ -n "$MB_SPINNER_PID" ]; then if [ -n "$MB_SPINNER_PID" ]; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment