We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f44daa commit a6ad567Copy full SHA for a6ad567
ci/prow-rhcos.sh
@@ -18,5 +18,6 @@ export COSA_SKIP_OVERLAY=1
18
# Create a temporary cosa workdir
19
cd "$(mktemp -d)"
20
cosa init --variant scos --transient -b "${RHCOS_BRANCH}" https://github.com/openshift/os
21
+sed -i -e 's/grep -q/grep/' src/config/ci/prow-entrypoint.sh
22
# Use a COSA specifc test entry point to focus on tests relevant for COSA
23
exec src/config/ci/prow-entrypoint.sh rhcos-cosa-prow-pr-ci
0 commit comments