From d33530867c1cdc87f7367eda4d38d62eb5a79aaa Mon Sep 17 00:00:00 2001 From: Randy Fay Date: Fri, 31 May 2024 13:54:05 -0600 Subject: [PATCH] Remove obsolete platform self:update, fixes #122 (#123) --- install.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/install.yaml b/install.yaml index 9d66a3b..5108421 100644 --- a/install.yaml +++ b/install.yaml @@ -294,7 +294,6 @@ post_install_actions: hooks: post-start: - - exec: platform self:update -qy --no-major || true - exec: mkdir -p ${PLATFORM_CACHE_DIR} || true - exec: '[ ! -z "${PLATFORMSH_CLI_TOKEN:-}" ] && (platform ssh-cert:load -y || true)' {{ if eq .platformapp.build.flavor "composer" }}