scripts/tests/rollingupgrade: continue for v1.6.4 (#3912)

This commit is contained in:
Stefan Benten 2020-06-25 13:57:39 +02:00 committed by GitHub
parent 669d62098c
commit db57e5cf7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -274,6 +274,9 @@ for ul_version in ${stage2_uplink_versions}; do
if [ "$ul_version" = "v1.6.3" ]; then
# TODO: skip v1.6.3 uplink since it doesn't support changing imported access satellite address
continue
elif [ "$ul_version" = "v1.6.4" ]; then
# TODO: skip v1.6.4 uplink since it doesn't support changing imported access satellite address
continue
fi
echo "Stage 2 uplink version: ${ul_version}"
src_ul_version_dir=$(version_dir ${ul_version})