From 76dc7b92e16fabcf1d94b94a25b7537c57966556 Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Sat, 8 Jul 2023 15:33:02 +0200 Subject: [PATCH] examples/deploy-container.sh: add extra-container version check It now uses the same version check as make-container.sh (which is called by run-tests.sh) --- examples/deploy-container.sh | 1 + test/lib/extra-container-check-version.sh | 13 +++++++++++++ test/lib/make-container.sh | 14 +------------- 3 files changed, 15 insertions(+), 13 deletions(-) create mode 100644 test/lib/extra-container-check-version.sh diff --git a/examples/deploy-container.sh b/examples/deploy-container.sh index e02c09a..9ec0bc1 100755 --- a/examples/deploy-container.sh +++ b/examples/deploy-container.sh @@ -87,6 +87,7 @@ read -rd '' src <