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
2ab4435f
Commit
2ab4435f
authored
May 24, 2021
by
Gerard Hickey
Browse files
Allow ubi-release-for-certification job to fail
parent
4e826483
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2ab4435f
...
...
@@ -226,7 +226,7 @@ dependency_update:
-
echo "${INSTALL_SHA256} install.sh" | sha256sum --check
-
cat install.sh | bash -s -- -b $HOME/bin
# Remove the install.sh script otherwise deps gets upset about pending changes when it goes to create new branches
-
rm install.sh
-
rm install.sh
-
$HOME/bin/deps ci
rules
:
-
<<
:
*if_deps_pipeline
...
...
@@ -1290,6 +1290,7 @@ ubi-release-for-certification:
-
<<
:
*if_push_to_redhat
stage
:
release
retry
:
1
allow_failure
:
true
before_script
:
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
script
:
...
...
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