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
577ea338
Commit
577ea338
authored
Jun 09, 2021
by
Gerard Hickey
Browse files
Removed reference to UBI_PIPELINE
parent
bb839a53
Changes
1
Hide whitespace changes
Inline
Side-by-side
build-scripts/push_to_redhat.rb
View file @
577ea338
...
...
@@ -61,9 +61,9 @@ if ARGV.length < 1
exit
1
end
# Add `-ubi8` to the commit ref if
triggered with UBI_PIPELINE=true
# Add `-ubi8` to the commit ref if
not already present.
version
=
ARGV
[
0
]
if
ENV
[
'UBI_PIPELINE'
]
==
'true'
or
not
version
.
ends_with?
'-ubi8'
if
not
version
.
ends_with?
'-ubi8'
# we add `-ubi8` to find the 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