Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
0f794f93
Unverified
Commit
0f794f93
authored
Jun 06, 2022
by
Matthew Slipper
Committed by
GitHub
Jun 06, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
devnet: fix devnet (#2684)
Co-authored-by:
mergify[bot]
<
37929162+mergify[bot]@users.noreply.github.com
>
parent
487a9731
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Makefile
Makefile
+3
-3
docker-compose.yml
ops-bedrock/docker-compose.yml
+1
-1
No files found.
Makefile
View file @
0f794f93
...
@@ -59,9 +59,9 @@ devnet-clean:
...
@@ -59,9 +59,9 @@ devnet-clean:
rm
-rf
./packages/contracts-bedrock/deployments/devnetL1
rm
-rf
./packages/contracts-bedrock/deployments/devnetL1
rm
-rf
./.devnet
rm
-rf
./.devnet
cd
./ops-bedrock
&&
docker-compose down
cd
./ops-bedrock
&&
docker-compose down
docker
volume
rm
ops-bedrock_l1_data
docker
image
ls
|
grep
ops-bedrock_ |
cut
-d
' '
-f
1 | xargs docker rmi
docker volume
rm
ops-bedrock_l2_data
docker volume
ls
|
grep
ops-bedrock_ |
cut
-d
' '
-f
1 | xargs docker volume
rm
docker volume
rm
ops-bedrock_op_log
.PHONY
:
devnet-clean
.PHONY
:
devnet-clean
test-unit
:
test-unit
:
...
...
ops-bedrock/docker-compose.yml
View file @
0f794f93
...
@@ -34,7 +34,7 @@ services:
...
@@ -34,7 +34,7 @@ services:
entrypoint
:
# pass the L2 specific flags by overriding the entry-point and adding extra arguments
entrypoint
:
# pass the L2 specific flags by overriding the entry-point and adding extra arguments
-
"
/bin/sh"
-
"
/bin/sh"
-
"
/entrypoint.sh"
-
"
/entrypoint.sh"
-
"
--authrpc.jwt
-
secret=/config/test-jwt-secret.txt"
-
"
--authrpc.jwtsecret=/config/test-jwt-secret.txt"
op-node
:
op-node
:
depends_on
:
depends_on
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment