diff options
author | 2020-01-28 15:06:25 +0000 | |
---|---|---|
committer | 2020-01-28 15:06:25 +0000 | |
commit | 1f874e5ea342c221b5cf3c9a544020be9a820481 (patch) | |
tree | 4f51619c2ab40869b0e5d33b70cebeeb44fcc851 /ci | |
parent | 86f501765778cb0b345603ff993ce690be787e58 (diff) | |
parent | 2600894360be0dd0676680e3ced73c4f361a58c0 (diff) |
Merge "all: Pin Ubuntu kernel to 5.0.0-37 for Bionic" into stable/iruya
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index de631e860..d04c4b23c 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -298,7 +298,7 @@ export MAAS_SSH_KEY="$(cat "$(basename "${SSH_KEY}").pub")" [[ "${DEPLOY_SCENARIO}" =~ -ha$ ]] || MCP_VCP=0 export MCP_REPO_ROOT_PATH MCP_VCP MCP_STORAGE_DIR MCP_DOCKER_TAG MCP_CMP_SS \ MCP_JUMP_ARCH=$(uname -i) MCP_DEPLOY_SCENARIO="${DEPLOY_SCENARIO}" \ - MCP_NO_DEPLOY_ENVIRONMENT MCP_OS + MCP_NO_DEPLOY_ENVIRONMENT MCP_OS MCP_KERNEL_VER do_templates_scenario "${MCP_STORAGE_DIR}" "${TARGET_LAB}" "${TARGET_POD}" \ "${BASE_CONFIG_URI}" "${SCENARIO_DIR}" \ "${SCENARIO_DIR}/${DEPLOY_SCENARIO}.yaml" |