Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stripping out artifact registry integration from the repo #712

Merged
merged 1 commit into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
version: 2.1
orbs:
node: circleci/[email protected]
gcp-cli: circleci/[email protected]
nori-package-management-orb: nori-dot-com/[email protected]

defaults: &defaults
docker:
Expand All @@ -23,20 +21,7 @@ jobs:
paths:
- project

publish-package:
<<: *defaults
steps:
- attach_workspace:
at: /home/circleci
- nori-package-management-orb/publish-packages
workflows:
continuous-integration:
jobs:
- test
- publish-package:
requires:
- test
filters:
branches:
only:
- master
2 changes: 0 additions & 2 deletions .npmrc

This file was deleted.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"ethernal": "^2.0.2",
"ethers": "^5.7.2",
"fs-extra": "^10.1.0",
"google-artifactregistry-auth": "^3.1.0",
"handlebars": "^4.7.7",
"hardhat": "2.16.1",
"hardhat-contract-sizer": "^2.6.1",
Expand Down Expand Up @@ -114,7 +113,6 @@
"snapshot": "forge snapshot",
"snapshot:test": "FOUNDRY_PROFILE=test forge snapshot --snap .gas-snapshot-test",
"snapshot:production": "FOUNDRY_PROFILE=production forge snapshot --snap .gas-snapshot-production",
"lint:diff": "npx eslint --cache --cache-location ./.eslintcache -c .eslintrc.js $(git diff --relative --name-only --diff-filter=d $(git merge-base HEAD origin/master) -- \"*.ts\" \"*.js\" \"*.env\" \"*.toml\")",
"artifactregistry-login": "npx google-artifactregistry-auth"
"lint:diff": "npx eslint --cache --cache-location ./.eslintcache -c .eslintrc.js $(git diff --relative --name-only --diff-filter=d $(git merge-base HEAD origin/master) -- \"*.ts\" \"*.js\" \"*.env\" \"*.toml\")"
}
}
8 changes: 0 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8605,14 +8605,6 @@ globby@^13.1.3:
merge2 "^1.4.1"
slash "^4.0.0"

google-artifactregistry-auth@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/google-artifactregistry-auth/-/google-artifactregistry-auth-3.1.0.tgz#af38bb7eb63972499ff3a68a5169596b06bbe78d"
integrity sha512-8ecRclTXRzUvvnB4h1JqCFOIaPPIqfhO5zLN1vEjVbDVxy9szqT8klLhb3voxvXslfc4oQ0eNQDHO7zw8Idg5Q==
dependencies:
google-auth-library "^7.0.0"
yargs "^17.1.1"

google-auth-library@^7.0.0:
version "7.14.1"
resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-7.14.1.tgz#e3483034162f24cc71b95c8a55a210008826213c"
Expand Down
Loading