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)
This commit is contained in:
@@ -87,6 +87,7 @@ read -rd '' src <<EOF || true
|
||||
};
|
||||
}
|
||||
EOF
|
||||
. "${BASH_SOURCE[0]%/*}"/../test/lib/extra-container-check-version.sh
|
||||
extra-container shell -E "$src" "${runCmd[@]}"
|
||||
|
||||
# The container is automatically deleted at exit
|
||||
|
||||
Reference in New Issue
Block a user