Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
7fe5a7a1
Commit
7fe5a7a1
authored
Dec 18, 2017
by
Matthew Brett
Browse files
Disable pushd / popd wrappers
See
https://github.com/travis-ci/travis-ci/issues/8703#issuecomment-348866918
parent
fa30a0d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
common_utils.sh
common_utils.sh
+2
-0
No files found.
common_utils.sh
View file @
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment