Skip to content

Commit

Permalink
Fix SELinux presubmit: add missing \
Browse files Browse the repository at this point in the history
Add missing \ not to split the long command
  • Loading branch information
jsafrane committed Sep 3, 2024
1 parent 3a8b3ec commit 7b3260e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ presubmits:
kubetest2 kops -v=6 --cloud-provider=gce --up --down --build --env=KOPS_FEATURE_FLAGS=SELinuxMount \
--build-kubernetes=true --target-build-arch=linux/amd64 \
--admin-access=0.0.0.0/0 \
--kubernetes-feature-gates=SELinuxMount
--kubernetes-feature-gates=SELinuxMount \
--kops-version-marker=https://storage.googleapis.com/k8s-staging-kops/kops/releases/markers/master/latest-ci.txt \
--create-args "--image='rhel-cloud/rhel-9-v20240815' --channel=alpha --networking=cilium --set=cluster.spec.containerd.selinuxEnabled=true --gce-service-account=default --set=spec.nodeProblemDetector.enabled=true --set=cluster.spec.cloudProvider.gce.useStartupScript=true" \
--test=kops \
Expand Down

0 comments on commit 7b3260e

Please sign in to comment.