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
74f038f5
Commit
74f038f5
authored
Jan 09, 2019
by
André Anjos
💬
Browse files
[ci] Use OS_SLUG
parent
00ea7e51
Pipeline
#25769
failed with stage
in 1 minute and 1 second
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
_ci/after_build.sh
View file @
74f038f5
...
...
@@ -15,8 +15,7 @@ run_cmd git clean -ffdx \
--exclude
=
"miniconda.sh"
\
--exclude
=
"miniconda/pkgs/*.tar.bz2"
\
--exclude
=
"miniconda/pkgs/urls.txt"
\
--exclude
=
"miniconda/conda-bld/linux-64/*.tar.bz2"
\
--exclude
=
"miniconda/conda-bld/osx-64/*.tar.bz2"
\
--exclude
=
"miniconda/conda-bld/
${
OS_SLUG
}
/*.tar.bz2"
\
--exclude
=
"_ci"
\
--exclude
=
"dist/*.zip"
\
--exclude
=
"sphinx"
_ci/functions.sh
View file @
74f038f5
...
...
@@ -187,6 +187,11 @@ set_conda_channels() {
}
if
[
-z
"
${
OS_SLUG
}
"
]
;
then
OS_SLUG
=
"
${
OSNAME
}
-64"
fi
export_env OS_SLUG
log_env PYTHON_VERSION
check_env CI_PROJECT_DIR
check_env CI_PROJECT_NAME
...
...
@@ -202,11 +207,6 @@ DOCSERVER=http://www.idiap.ch
# Sets up the location of our rc file for conda
CONDARC
=
${
CONDA_ROOT
}
/condarc
if
[
-z
"
${
OS_SLUG
}
"
]
;
then
OS_SLUG
=
"
${
OSNAME
}
-64"
fi
export_env OS_SLUG
export_env DOCSERVER
check_env CONDA_ROOT
export_env CONDARC
...
...
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