Bridge demo update #16
Labels
No Label
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
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/nitro-stack#16
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "hotfix/demo-update"
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?
I needed to change one line to get it to work
@ -93,3 +93,3 @@```bashlaconic-so --stack ~/cerc/nitro-stack/stack-orchestrator/stacks/nitro-node setup-repositories --git-ssh --pulllaconic-so --stack ~/cerc/nitro-stack/stack-orchestrator/stacks/nitro-contracts setup-repositories --git-ssh --pullSeems like
nitro-nodeshould work since it haswhile
nitro-contractsonly hasnitro-client?This is what I'm seeing:
That's really odd. Are you sure the fetch-stack command succeeds and CERC_REPO_BASE_DIR is not set to a different location?
Haven't tested yet, but should double check this
Could you add a workflow to test this?
Actually I see I was wrong about your change, because after this the
go-nodeimage is no longer built from source so the nitro-node stack doesn't need any repos, only nitro-contracts does. It would still be nice to have a CI test but this looks fine.Checkout
From your project repository, check out a new branch and test the changes.