Skip to content

Commit

Permalink
Improve(upgrade): pull image firstly.
Browse files Browse the repository at this point in the history
Signed-off-by: Wine93 <wine93.info@gmail.com>
  • Loading branch information
Wine93 committed Feb 20, 2024
1 parent 27e280f commit 039cedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/command/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ import (
var (
UPGRADE_PLAYBOOK_STEPS = []int{
// TODO(P0): we can skip it for upgrade one service more than once
playbook.PULL_IMAGE,
playbook.STOP_SERVICE,
playbook.CLEAN_SERVICE,
playbook.PULL_IMAGE,
playbook.CREATE_CONTAINER,
playbook.SYNC_CONFIG,
playbook.START_SERVICE,
Expand Down

0 comments on commit 039cedd

Please sign in to comment.