Skip to content

Commit 92f56ac

Browse files
committed
move switch_cln_channel to first boot stage
1 parent 36b6bda commit 92f56ac

File tree

1 file changed

+2
-2
lines changed
  • repos/system_upgrade/cloudlinux/actors/switchclnchannel

1 file changed

+2
-2
lines changed

repos/system_upgrade/cloudlinux/actors/switchclnchannel/actor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from leapp.actors import Actor
55
from leapp.libraries.stdlib import api
6-
from leapp.tags import FinalizationPhaseTag, IPUWorkflowTag
6+
from leapp.tags import FirstBootPhaseTag, IPUWorkflowTag
77
from leapp.libraries.stdlib import CalledProcessError
88
from leapp.libraries.common.cllaunch import run_on_cloudlinux
99
from leapp.libraries.common.cln_switch import cln_switch, get_target_userspace_path
@@ -23,7 +23,7 @@ class SwitchClnChannelDownload(Actor):
2323
name = "switch_cln_channel"
2424
consumes = ()
2525
produces = (Report,)
26-
tags = (FinalizationPhaseTag, IPUWorkflowTag)
26+
tags = (FirstBootPhaseTag, IPUWorkflowTag)
2727

2828
@run_on_cloudlinux
2929
def process(self):

0 commit comments

Comments
 (0)