Skip to content

Commit e5181f4

Browse files
authored
render: change dir path (openshift#824)
When openshift#778 got merged The directory layout has changed and broke the `render-sync` make target. This patch should fix it. Signed-off-by: Talor Itzhak <titzhak@redhat.com>
1 parent 14d0647 commit e5181f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/render-sync.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ _output/cluster-node-tuning-operator render \
88
--asset-input-dir "${WORKDIR}"/test/e2e/performanceprofile/cluster-setup/manual-cluster/performance,"${WORKDIR}"/test/e2e/performanceprofile/cluster-setup/base/performance \
99
--asset-output-dir "${ARTIFACT_DIR}"
1010

11-
cp "${ARTIFACT_DIR}"/* "${WORKDIR}"/test/e2e/performanceprofile/testdata/render-expected-output
12-
for f in "${WORKDIR}"/test/e2e/performanceprofile/testdata/render-expected-output/*
11+
cp "${ARTIFACT_DIR}"/* "${WORKDIR}"/test/e2e/performanceprofile/testdata/render-expected-output/default
12+
for f in "${WORKDIR}"/test/e2e/performanceprofile/testdata/render-expected-output/default/*
1313
do
1414
sed -i "s/uid:.*/uid: \"\"/" "${f}"
1515
done

0 commit comments

Comments
 (0)