Skip to content

Commit

Permalink
Merge pull request 'Fix mainnet laconic deploy setup' (#850) from dbo…
Browse files Browse the repository at this point in the history
…reham/fix-mainnet-laconic-init into main

Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/850
  • Loading branch information
David Boreham committed Jun 22, 2024
2 parents a223797 + 2364924 commit b4e82eb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
# along with this program. If not, see <http:#www.gnu.org/licenses/>.

from stack_orchestrator.util import get_yaml
from stack_orchestrator.deploy.deploy_types import DeployCommandContext, LaconicStackSetupCommand, DeploymentContext
from stack_orchestrator.deploy.deploy_types import DeployCommandContext, LaconicStackSetupCommand
from stack_orchestrator.deploy.deployment_context import DeploymentContext
from stack_orchestrator.deploy.stack_state import State
from stack_orchestrator.deploy.deploy_util import VolumeMapping, run_container_command
from stack_orchestrator.command_types import CommandOptions
Expand Down

0 comments on commit b4e82eb

Please sign in to comment.