Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
663074ad
Commit
663074ad
authored
Jan 10, 2019
by
André Anjos
💬
Browse files
[ci] Fix deployment bootstrapping
parent
d0ce4426
Pipeline
#25802
failed with stages
in 3 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ci/bootstrap.sh
View file @
663074ad
...
...
@@ -139,7 +139,12 @@ cat ${CONDARC}
if
[
"
${
1
}
"
==
"build"
]
;
then
run_cmd
${
CONDA_ROOT
}
/bin/conda
install
-n
base python
conda
=
4 conda-build
=
3
elif
[
"
${
1
}
"
==
"local"
]
;
then
run_cmd
${
CONDA_ROOT
}
/bin/conda create
-n
"
${
2
}
"
${
CONDA_ROOT
}
/conda-bld/
${
OS_SLUG
}
/bob.devtools-
*
.tar.bz2
if
[
"
$(
uname
-s
)
"
==
"Linux"
]
;
then
_os
=
"linux-64"
else
_os
=
"osx-64"
fi
run_cmd
${
CONDA_ROOT
}
/bin/conda create
-n
"
${
2
}
"
${
CONDA_ROOT
}
/conda-bld/
${
_os
}
/bob.devtools-
*
.tar.bz2
elif
[
"
${
1
}
"
==
"beta"
]
||
[
"
${
1
}
"
==
"stable"
]
;
then
run_cmd
${
CONDA_ROOT
}
/bin/conda create
-n
"
${
2
}
"
bob.devtools
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