Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in
Toggle navigation
Menu
Open sidebar
gitlab-org
build
CNG
Commits
1e71b03d
Commit
1e71b03d
authored
May 24, 2021
by
Gerard Hickey
Browse files
Adding -ubi8 to version to find UBI images
parent
4e826483
Changes
1
Hide whitespace changes
Inline
Side-by-side
build-scripts/push_to_redhat.rb
View file @
1e71b03d
...
...
@@ -63,8 +63,8 @@ end
# Add `-ubi8` to the commit ref if triggered with UBI_PIPELINE=true
version
=
ARGV
[
0
]
if
ENV
[
'UBI_PIPELINE'
]
==
'true'
# we add `-ubi8`
because this is probably from pipeline wi
th UBI
_PIPELINE set
if
ENV
[
'UBI_PIPELINE'
]
==
'true'
or
not
version
.
ends_with?
'-ubi8'
# we add `-ubi8`
to find
th
e
UBI
images.
version
+=
'-ubi8'
end
...
...
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