From 690c3f48aa5ac2bbc40c6a85450680ae554c0883 Mon Sep 17 00:00:00 2001 From: Trevor Royer Date: Thu, 2 May 2024 17:09:12 -0600 Subject: [PATCH] skip shellcheck --- .../instance/components/aws-gpu-machineset/job.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpu-operator-certified/instance/components/aws-gpu-machineset/job.sh b/gpu-operator-certified/instance/components/aws-gpu-machineset/job.sh index 8c99ce80..2cd17593 100755 --- a/gpu-operator-certified/instance/components/aws-gpu-machineset/job.sh +++ b/gpu-operator-certified/instance/components/aws-gpu-machineset/job.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# shellcheck disable=SC1091 +# shellcheck disable=SC1091,SC2120 ocp_aws_cluster(){ TARGET_NS=kube-system