Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct shellcheck errors #2268

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

cjeanner
Copy link
Collaborator

Since we're moving to shellcheck instead of bashate, let's get it green.

This patch fixes, but also disables some checks on specific lines. It
also integrate a "bashate" related ignore since the check is still in
place, we can remove it later.

Since we're moving to shellcheck instead of bashate, let's get it green.

This patch fixes, but also disables some checks on specific lines. It
also integrate a "bashate" related ignore since the check is still in
place, we can remove it later.
Copy link
Contributor

openshift-ci bot commented Aug 27, 2024

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

Copy link
Contributor

openshift-ci bot commented Aug 27, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from cjeanner. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/496d375adf99445396076265c6087de2

openstack-k8s-operators-content-provider RETRY_LIMIT in 2m 39s
⚠️ podified-multinode-edpm-deployment-crc SKIPPED Skipped due to failed job openstack-k8s-operators-content-provider
⚠️ cifmw-crc-podified-edpm-baremetal SKIPPED Skipped due to failed job openstack-k8s-operators-content-provider
✔️ noop SUCCESS in 0s
cifmw-pod-ansible-test FAILURE in 3m 39s
cifmw-pod-pre-commit FAILURE in 4m 07s
cifmw-molecule-devscripts RETRY_LIMIT in 1m 47s
cifmw-molecule-nat64_appliance RETRY_LIMIT in 1m 55s
cifmw-molecule-openshift_provisioner_node RETRY_LIMIT in 1m 36s

@@ -6,8 +6,9 @@ VENV_DIR="${DOCS_DIR}/_venv"
BUILD_TYPE="${BUILD_TYPE:=static}"

# Create a virtual environment and activate it
python -m venv ${VENV_DIR} && source ${VENV_DIR}/bin/activate
pip3 install -r ${DOCS_DIR}/doc-requirements.txt
# shellcheck disable=SC1091
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SC1091 is annoying, imho we can safely add to ignore list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants