diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/deploy.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index f87bfce24..de631e860 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -267,6 +267,10 @@ else jumpserver_pkg_install 'deploy' docker_install "${MCP_STORAGE_DIR}" virtinst_install "${MCP_STORAGE_DIR}" + # Ubuntu 18.04 cloud image requires newer e2fsprogs + if [[ "${MCP_OS:-}" =~ ubuntu1804 ]]; then + e2fsprogs_install "${MCP_STORAGE_DIR}" + fi fi if ! ${VIRSH} list >/dev/null 2>&1; then |