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:
parent
6c2d1108a4
commit
76dc7b92e1
3 changed files with 15 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue