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
49394200
Unverified
Commit
49394200
authored
Dec 14, 2023
by
Mark Tyneway
Committed by
GitHub
Dec 14, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8628 from ethereum-optimism/ci/ci-builder-with-docker-cli
ci: ci-builder v0.34.0
parents
15443533
a83b724f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
17 deletions
+1
-17
config.yml
.circleci/config.yml
+1
-17
No files found.
.circleci/config.yml
View file @
49394200
...
@@ -3,7 +3,7 @@ version: 2.1
...
@@ -3,7 +3,7 @@ version: 2.1
parameters
:
parameters
:
ci_builder_image
:
ci_builder_image
:
type
:
string
type
:
string
default
:
us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:v0.3
3
.0
default
:
us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:v0.3
4
.0
base_image
:
base_image
:
type
:
string
type
:
string
default
:
ubuntu-2204:2022.07.1
default
:
ubuntu-2204:2022.07.1
...
@@ -1357,22 +1357,6 @@ jobs:
...
@@ -1357,22 +1357,6 @@ jobs:
patterns
:
contracts-bedrock/test/kontrol,contracts-bedrock/src/L1/OptimismPortal\.sol
patterns
:
contracts-bedrock/test/kontrol,contracts-bedrock/src/L1/OptimismPortal\.sol
-
setup_remote_docker
:
-
setup_remote_docker
:
docker_layer_caching
:
true
docker_layer_caching
:
true
-
run
:
name
:
Install Docker CLI
command
:
|
# Add Docker's official GPG key:
apt-get update
apt-get install ca-certificates curl gnupg
install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg
chmod a+r /etc/apt/keyrings/docker.gpg
# Add the repository to Apt sources:
echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian \
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
tee /etc/apt/sources.list.d/docker.list > /dev/null
apt-get update
apt-get install -y docker-ce-cli
-
run
:
-
run
:
name
:
Run Kontrol Tests
name
:
Run Kontrol Tests
command
:
|
command
:
|
...
...
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