From aa07c851b297c44025910b04178a67a49e132a0e Mon Sep 17 00:00:00 2001 From: Serhii Savruk Date: Tue, 26 Jul 2022 16:25:00 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20=20add=20Init=20command?= =?UTF-8?q?=20before=20deploy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 9bdaaef..1499bbd 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -5,4 +5,5 @@ sed -e "s/ASK_REFRESH_TOKEN/$ASK_REFRESH_TOKEN/g" ~/ /cli_config.json > $HOME/. cd $INPUT_DIRECTORY -SKILL_ID=$INPUT_SKILLID ask $INPUT_ARGS +ask init --hosted-skill-id $SKILL_ID +ask $INPUT_ARGS