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
6c0235a6
Unverified
Commit
6c0235a6
authored
Sep 09, 2022
by
Mark Tyneway
Committed by
GitHub
Sep 09, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3339 from ethereum-optimism/sc/fix-hh-node-publish
fix(ci): properly publish hardhat-node
parents
debd40fb
839f784f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
4 deletions
+9
-4
wild-feet-listen.md
.changeset/wild-feet-listen.md
+5
-0
release.yml
.github/workflows/release.yml
+1
-1
sync-tests.yml
.github/workflows/sync-tests.yml
+1
-1
docker-compose.yml
ops/docker-compose.yml
+1
-1
build-ci.sh
ops/scripts/build-ci.sh
+1
-1
No files found.
.changeset/wild-feet-listen.md
0 → 100644
View file @
6c0235a6
---
'
@eth-optimism/hardhat-node'
:
patch
---
Fixes CI to properly release the hardhat-node
.github/workflows/release.yml
View file @
6c0235a6
...
@@ -134,7 +134,7 @@ jobs:
...
@@ -134,7 +134,7 @@ jobs:
hardhat-node
:
hardhat-node
:
name
:
Publish Hardhat Node ${{ needs.release.outputs.hardhat-node }}
name
:
Publish Hardhat Node ${{ needs.release.outputs.hardhat-node }}
needs
:
release
needs
:
release
if
:
needs.release.hardhat-node != ''
if
:
needs.release.
outputs.
hardhat-node != ''
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
name
:
Checkout
-
name
:
Checkout
...
...
.github/workflows/sync-tests.yml
View file @
6c0235a6
...
@@ -61,7 +61,7 @@ jobs:
...
@@ -61,7 +61,7 @@ jobs:
if
:
failure()
if
:
failure()
uses
:
jwalton/gh-docker-logs@v1
uses
:
jwalton/gh-docker-logs@v1
with
:
with
:
images
:
'
ethereumoptimism/hardhat,ethereumoptimism/deployer,ethereumoptimism/data-transport-layer,ethereumoptimism/l2geth,ethereumoptimism/message-relayer,ethereumoptimism/batch-submitter,ethereumoptimism/l2geth'
images
:
'
ethereumoptimism/hardhat
-node
,ethereumoptimism/deployer,ethereumoptimism/data-transport-layer,ethereumoptimism/l2geth,ethereumoptimism/message-relayer,ethereumoptimism/batch-submitter,ethereumoptimism/l2geth'
dest
:
'
./logs'
dest
:
'
./logs'
-
name
:
Tar logs
-
name
:
Tar logs
...
...
ops/docker-compose.yml
View file @
6c0235a6
...
@@ -12,7 +12,7 @@ x-system-addr-env: &system-addr-env
...
@@ -12,7 +12,7 @@ x-system-addr-env: &system-addr-env
services
:
services
:
# this is a helper service used because there's no official hardhat image
# this is a helper service used because there's no official hardhat image
l1_chain
:
l1_chain
:
image
:
ethereumoptimism/hardhat:${DOCKER_TAG_HARDHAT:-latest}
image
:
ethereumoptimism/hardhat
-node
:${DOCKER_TAG_HARDHAT:-latest}
build
:
build
:
context
:
./docker/hardhat
context
:
./docker/hardhat
dockerfile
:
Dockerfile
dockerfile
:
Dockerfile
...
...
ops/scripts/build-ci.sh
View file @
6c0235a6
...
@@ -16,7 +16,7 @@ function build() {
...
@@ -16,7 +16,7 @@ function build() {
mkdir
-p
/tmp/.buildx-cache-new
mkdir
-p
/tmp/.buildx-cache-new
build l2geth
"ethereumoptimism/l2geth:latest"
"./l2geth/Dockerfile"
.
build l2geth
"ethereumoptimism/l2geth:latest"
"./l2geth/Dockerfile"
.
build l1chain
"ethereumoptimism/hardhat:latest"
"./ops/docker/hardhat/Dockerfile"
./ops/docker/hardhat
build l1chain
"ethereumoptimism/hardhat
-node
:latest"
"./ops/docker/hardhat/Dockerfile"
./ops/docker/hardhat
wait
wait
...
...
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