Skip to content

Commit

Permalink
Merge pull request #2 from tunein/fix/add-init-command
Browse files Browse the repository at this point in the history
fix: πŸ›  add Init command before deploy
  • Loading branch information
Serhii Savruk authored Jul 26, 2022
2 parents 6596ffc + aa07c85 commit 0495d3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0495d3c

Please sign in to comment.