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
dfd34056
Commit
dfd34056
authored
Mar 02, 2020
by
mattip
Browse files
fix pattern substitution typo
parent
45d84c6f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
travis_linux_steps.sh
travis_linux_steps.sh
+1
-1
No files found.
travis_linux_steps.sh
View file @
dfd34056
...
@@ -127,7 +127,7 @@ function install_run {
...
@@ -127,7 +127,7 @@ function install_run {
else
else
# aarch64 is called arm64v8 in Ubuntu
# aarch64 is called arm64v8 in Ubuntu
local
plat_subst
=
$(
[
"
$plat
"
==
aarch64
]
&&
echo
arm64v8
||
echo
$plat
)
local
plat_subst
=
$(
[
"
$plat
"
==
aarch64
]
&&
echo
arm64v8
||
echo
$plat
)
local
docker_image
=
"
${
DOCKER_TEST_IMAGE
/\{
plat_subst
\
}
/
$plat_subst
}"
local
docker_image
=
"
${
DOCKER_TEST_IMAGE
/\{
PLAT
\
}
/
$plat_subst
}"
fi
fi
docker pull
$docker_image
docker pull
$docker_image
docker run
--rm
\
docker run
--rm
\
...
...
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