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
1558f559
Unverified
Commit
1558f559
authored
Jul 27, 2023
by
OptimismBot
Committed by
GitHub
Jul 27, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6466 from ethereum-optimism/fix/simplify-ci
ci: delete some temporary ci steps
parents
84fe6d9c
42fdc6aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
54 deletions
+0
-54
config.yml
.circleci/config.yml
+0
-54
No files found.
.circleci/config.yml
View file @
1558f559
...
@@ -115,19 +115,6 @@ jobs:
...
@@ -115,19 +115,6 @@ jobs:
name
:
Restore PNPM Package Cache
name
:
Restore PNPM Package Cache
keys
:
keys
:
-
pnpm-packages-v2-{{ checksum "pnpm-lock.yaml" }}
-
pnpm-packages-v2-{{ checksum "pnpm-lock.yaml" }}
# TODO remove me after ci builder updated
-
run
:
name
:
Install pnpm package manager
command
:
|
npm i pnpm --global
# TODO remove me after ci builder updated
# A github dep clones-with-immutable-args is installed via github
# packages installed via npm via github automatically run postpack scripts
# their postpack script happens to use yarn so we need it here
-
run
:
name
:
Install yarn package manager
command
:
|
npm i yarn@1 --global
-
run
:
-
run
:
name
:
Install dependencies
name
:
Install dependencies
command
:
pnpm install --frozen-lockfile
command
:
pnpm install --frozen-lockfile
...
@@ -498,19 +485,6 @@ jobs:
...
@@ -498,19 +485,6 @@ jobs:
-
attach_workspace
:
{
at
:
"
."
}
-
attach_workspace
:
{
at
:
"
."
}
-
check-changed
:
-
check-changed
:
patterns
:
contracts-bedrock
patterns
:
contracts-bedrock
# TODO remove me after ci builder updated
-
run
:
name
:
Install pnpm package manager
command
:
|
npm i pnpm --global
# TODO remove me after ci builder updated
# A github dep clones-with-immutable-args is installed via github
# packages installed via npm via github automatically run postpack scripts
# their postpack script happens to use yarn so we need it here
-
run
:
name
:
Install yarn package manager
command
:
|
npm i yarn@1 --global
-
run
:
-
run
:
name
:
Compile with metadata hash
name
:
Compile with metadata hash
command
:
pnpm clean && pnpm build:with-metadata
command
:
pnpm clean && pnpm build:with-metadata
...
@@ -583,19 +557,6 @@ jobs:
...
@@ -583,19 +557,6 @@ jobs:
-
pnpm-packages-v2-{{ checksum "pnpm-lock.yaml" }}
-
pnpm-packages-v2-{{ checksum "pnpm-lock.yaml" }}
-
check-changed
:
-
check-changed
:
patterns
:
<<parameters.package_name>>,<<parameters.dependencies>>
patterns
:
<<parameters.package_name>>,<<parameters.dependencies>>
# TODO remove me after ci builder updated
-
run
:
name
:
Install pnpm package manager
command
:
|
npm i pnpm --global
# TODO remove me after ci builder updated
# A github dep clones-with-immutable-args is installed via github
# packages installed via npm via github automatically run postpack scripts
# their postpack script happens to use yarn so we need it here
-
run
:
name
:
Install yarn package manager
command
:
|
npm i yarn@1 --global
-
run
:
-
run
:
name
:
Lint
name
:
Lint
command
:
pnpm lint && git diff --exit-code
command
:
pnpm lint && git diff --exit-code
...
@@ -781,21 +742,6 @@ jobs:
...
@@ -781,21 +742,6 @@ jobs:
-
pnpm-packages-v2-{{ checksum "pnpm-lock.yaml" }}
-
pnpm-packages-v2-{{ checksum "pnpm-lock.yaml" }}
-
check-changed
:
-
check-changed
:
patterns
:
packages
patterns
:
packages
# TODO remove me after ci builder updated
-
run
:
name
:
Install pnpm package manager
command
:
|
npm i pnpm --global
# TODO remove me after ci builder updated
# A github dep clones-with-immutable-args is installed via github
# packages installed via npm via github automatically run postpack scripts
# their postpack script happens to use yarn so we need it here
-
run
:
name
:
Install yarn package manager
command
:
|
npm i yarn@1 --global
# Note: The below needs to be manually configured whenever we
# add a new package to CI.
-
run
:
-
run
:
name
:
Check common-ts
name
:
Check common-ts
command
:
npx depcheck
command
:
npx depcheck
...
...
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