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
38c62788
Commit
38c62788
authored
Jan 10, 2019
by
André Anjos
💬
Browse files
[ci] Try a bootstrap fix
parent
c4a61c7a
Pipeline
#25819
failed with stages
in 6 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ci/bootstrap.sh
View file @
38c62788
...
...
@@ -67,9 +67,6 @@ merge_conda_cache() {
if
[
-d
${
2
}
/conda-bld
]
;
then
log_info
"Moving conda-bld packages (artifacts)..."
run_cmd
mv
${
2
}
/conda-bld
${
1
}
run_cmd
${
CONDA_ROOT
}
/bin/conda index
--verbose
${
1
}
/conda-bld
run_cmd
ls
-l
${
1
}
/conda-bld
run_cmd
ls
-l
${
1
}
/conda-bld/noarch/
fi
fi
}
...
...
@@ -140,6 +137,9 @@ CONDA_CLI_CHANNELS="-c ${CONDA_CHANNEL_ROOT} -c defaults"
if
[
"
${
1
}
"
==
"build"
]
;
then
run_cmd
${
CONDA_ROOT
}
/bin/conda
install
-n
base python
conda
=
4 conda-build
=
3
elif
[
"
${
1
}
"
==
"local"
]
;
then
# updates the base installation, installs conda-build
run_cmd
ls
-l
${
CONDA_ROOT
}
/conda-bld
run_cmd
${
CONDA_ROOT
}
/bin/conda
install
-n
base python
conda
=
4 conda-build
=
3
CONDA_CLI_CHANNELS
=
"-c
${
CONDA_ROOT
}
/conda-bld
${
CONDA_CLI_CHANNELS
}
"
run_cmd
ls
-l
${
CONDA_ROOT
}
/conda-bld
run_cmd
ls
-l
${
CONDA_ROOT
}
/conda-bld/noarch/
...
...
Write
Preview
Supports
Markdown
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