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
30aefa0a
Commit
30aefa0a
authored
Jun 17, 2016
by
Matthew Brett
Browse files
Fix typo specifying variable
parent
6209d8da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
travis_steps.sh
travis_steps.sh
+1
-1
No files found.
travis_steps.sh
View file @
30aefa0a
...
@@ -4,7 +4,7 @@ WHEEL_SDIR=${WHEEL_SDIR:-wheelhouse}
...
@@ -4,7 +4,7 @@ WHEEL_SDIR=${WHEEL_SDIR:-wheelhouse}
MULTIBUILD_DIR
=
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
MULTIBUILD_DIR
=
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
if
[
!
-d
"
$PWD
/
$WHEEL_SDIR
"
]
;
then
mkdir
$PWD
/WHEEL_SDIR
;
fi
if
[
!
-d
"
$PWD
/
$WHEEL_SDIR
"
]
;
then
mkdir
$PWD
/
$
WHEEL_SDIR
;
fi
if
[[
"
$TRAVIS_OS_NAME
"
==
"osx"
]]
;
then
if
[[
"
$TRAVIS_OS_NAME
"
==
"osx"
]]
;
then
source
$MULTIBUILD_DIR
/travis_osx_steps.sh
source
$MULTIBUILD_DIR
/travis_osx_steps.sh
else
else
...
...
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