[operator_build] Make tasks fails on command error - #4171
Conversation
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 50m 28s |
58df12e to
d91c729
Compare
These task succeeds always as the last command will never fail. Make the task fail on any command error by using set -eo pipefail. Also updated molecule scenario to setup download_tools as that setups the pre requisites like golang. Signed-off-by: Yatin Karel <ykarel@redhat.com>
d91c729 to
9e2fc1c
Compare
|
Build succeeded (check pipeline). ✔️ openstack-k8s-operators-content-provider SUCCESS in 5h 10m 01s |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abays, michburk The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
260fdc5
into
openstack-k8s-operators:main
These task succeeds always as the last command will never fail. Make the task fail on any command error by using set -eo pipefail.