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
679955d6
Unverified
Commit
679955d6
authored
Jun 19, 2023
by
protolambda
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into cannon
parents
2fdb3ec7
22274c42
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
config.yml
.circleci/config.yml
+5
-5
Dockerfile
ops/docker/ci-builder/Dockerfile
+0
-1
No files found.
.circleci/config.yml
View file @
679955d6
...
...
@@ -1425,7 +1425,7 @@ workflows:
type
:
approval
filters
:
tags
:
only
:
/^(fault-detector|proxyd|indexer|op-[a-z0-9\-]*)\/v.*/
only
:
/^(fault-detector|proxyd|indexer|
ci-builder|
op-[a-z0-9\-]*)\/v.*/
branches
:
ignore
:
/.*/
-
docker-release
:
...
...
@@ -1554,10 +1554,8 @@ workflows:
-
oplabs-gcr-release
requires
:
-
hold
release-ci-builder
:
jobs
:
-
docker-publish
:
name
:
ci-builder-docker-publish
-
docker-release
:
name
:
ci-builder-docker-release
filters
:
tags
:
only
:
/^ci-builder\/v.*/
...
...
@@ -1569,6 +1567,8 @@ workflows:
docker_context
:
./ops/docker/ci-builder
context
:
-
oplabs-gcr
requires
:
-
hold
scheduled-fpp
:
triggers
:
-
schedule
:
...
...
ops/docker/ci-builder/Dockerfile
View file @
679955d6
...
...
@@ -39,7 +39,6 @@ COPY --from=foundry-build /opt/foundry/target/release/cast /usr/local/bin/cast
COPY
--from=foundry-build /opt/foundry/target/release/anvil /usr/local/bin/anvil
COPY
--from=geth /usr/local/bin/abigen /usr/local/bin/abigen
COPY
--from=echidna-test /usr/local/bin/echidna-test /usr/local/bin/echidna-test
COPY
check-changed.sh /usr/local/bin/check-changed
RUN
apt-get update
&&
\
apt-get
install
-y
bash curl openssh-client git build-essential ca-certificates jq musl gnupg coreutils
&&
\
...
...
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