Fixes for external stack deployment #851
No reviewers
Labels
No Label
bug
documentation
duplicate
enhancement
feature
good first issue
help wanted
in progress
invalid
question
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/stack-orchestrator#851
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "roysc/fix-various"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes
build
deployment ports
commandversion
command in dist or source install (without build_tag.txt)setup-repos
, so it won't die when an existing repo is not at a branch or exact tagUsed in cerc-io/fixturenet-eth-stacks#14
deployment ports
command1579700571
toe90869efd3
Fixes for external stackto Fixes for external stack deployment7b6cc4d6de
to75bed6f10b
@ -77,6 +85,7 @@ def create_deploy_context(
if deployment_context and cluster is None:
cluster = deployment_context.get_cluster_id()
cluster_context = _make_cluster_context(global_context, stack, include, exclude, cluster, env_file)
# breakpoint()
Remove comment.