We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58478fd commit 01f1eb0Copy full SHA for 01f1eb0
MC/run/ANCHOR/tests/test_looper.sh
@@ -83,6 +83,8 @@ done
83
# inject custom repo if available
84
if [ "${O2DPG_CUSTOM_REPO}" ]; then
85
sed -i "s|%{O2DPG_CUSTOM_REPO}|${O2DPG_CUSTOM_REPO}|g" "$OUTPUT_FILE_FINAL"
86
+ else
87
+ sed -i "/%{O2DPG_CUSTOM_REPO}/d" "$OUTPUT_FILE_FINAL"
88
fi
89
90
TOPWORKDIR=2tag_release_testing_${BUILD_TAG:-${SOFTWARETAG_SIM}}
0 commit comments