Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.devtools
Commits
8cf11293
Commit
8cf11293
authored
6 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[ci] Fix use of OS_SLUG
parent
b4760d92
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#25771
passed
6 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
_ci/functions.sh
+5
-5
5 additions, 5 deletions
_ci/functions.sh
with
5 additions
and
5 deletions
_ci/functions.sh
+
5
−
5
View file @
8cf11293
...
@@ -187,11 +187,6 @@ set_conda_channels() {
...
@@ -187,11 +187,6 @@ set_conda_channels() {
}
}
if
[
-z
"
${
OS_SLUG
}
"
]
;
then
OS_SLUG
=
"
${
OSNAME
}
-64"
fi
export_env OS_SLUG
log_env PYTHON_VERSION
log_env PYTHON_VERSION
check_env CI_PROJECT_DIR
check_env CI_PROJECT_DIR
check_env CI_PROJECT_NAME
check_env CI_PROJECT_NAME
...
@@ -202,6 +197,11 @@ export_env BOB_PACKAGE_VERSION
...
@@ -202,6 +197,11 @@ export_env BOB_PACKAGE_VERSION
OSNAME
=
`
osname
`
OSNAME
=
`
osname
`
check_env OSNAME
check_env OSNAME
if
[
-z
"
${
OS_SLUG
}
"
]
;
then
OS_SLUG
=
"
${
OSNAME
}
-64"
fi
export_env OS_SLUG
DOCSERVER
=
http://www.idiap.ch
DOCSERVER
=
http://www.idiap.ch
# Sets up the location of our rc file for conda
# Sets up the location of our rc file for conda
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment