Take bashate results into account 23/75023/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 13 Oct 2025 15:33:38 +0000 (17:33 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 13 Oct 2025 15:33:38 +0000 (17:33 +0200)
Change-Id: Id489a0e7d2e8ed5f0af99b3930c9bc39ddcce3e5
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
build.sh

index 80f4099..f53b4f3 100644 (file)
--- a/build.sh
+++ b/build.sh
@@ -18,7 +18,8 @@ build_opts="--pull=true --no-cache --force-rm=true"
 find . -name Dockerfile -exec sed -i \
     -e "s|opnfv/functest-core:2023.1|${repo}/functest-core:amd64-2023.1|g" {} +
 find . -name Dockerfile -exec sed -i \
-    -e "s|opnfv/functest-smoke:2023.1|${repo}/functest-smoke:amd64-2023.1|g" {} +
+    -e "s|opnfv/functest-smoke:2023.1|${repo}/functest-smoke:amd64-2023.1|g" \
+    {} +
 find . -name Dockerfile -exec sed -i \
     -e "s|opnfv/functest-benchmarking:2023.1|\
 ${repo}/functest-benchmarking:amd64-2023.1|g" {} +
@@ -39,7 +40,8 @@ find . -name Dockerfile -exec sed -i \
 find . -name Dockerfile -exec sed -i \
     -e "s|opnfv/functest-core:2023.1|${repo}/functest-core:arm64-2023.1|g" {} +
 find . -name Dockerfile -exec sed -i \
-    -e "s|opnfv/functest-smoke:2023.1|${repo}/functest-smoke:arm64-2023.1|g" {} +
+    -e "s|opnfv/functest-smoke:2023.1|${repo}/functest-smoke:arm64-2023.1|g" \
+    {} +
 find . -name Dockerfile -exec sed -i \
     -e "s|opnfv/functest-benchmarking:2023.1|\
 ${repo}/functest-benchmarking:arm64-2023.1|g" {} +