Skip to content
GitLab
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
57406c3c
Commit
57406c3c
authored
Jan 16, 2019
by
André Anjos
💬
Browse files
[build] Set correct build number
parent
dea68412
Pipeline
#26026
failed with stages
in 4 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/devtools/build.py
View file @
57406c3c
...
...
@@ -299,8 +299,7 @@ if __name__ == '__main__':
channels
=
bootstrap
.
get_channels
(
public
=
(
os
.
environ
[
'CI_PROJECT_VISIBILITY'
]
==
'public'
),
stable
=
(
not
is_prerelease
),
server
=
bootstrap
.
_SERVER
,
intranet
=
True
)
build_number
=
next_build_number
(
condarc_options
[
'channels'
][
0
],
name
,
version
,
pyver
)
build_number
,
_
=
next_build_number
(
channels
[
0
],
name
,
version
,
pyver
)
bootstrap
.
set_environment
(
'BOB_BUILD_NUMBER'
,
str
(
build_number
),
verbose
=
True
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment