Skip to content

Commit 2f29de1

Browse files
committed
Revert shell script changes
1 parent 968d7c6 commit 2f29de1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ jobs:
5454
command: |
5555
./scripts/zeppelin.sh
5656
e2e-nomiclabs:
57-
docker:
58-
- image: cimg/node:18.19.0
57+
machine: true
5958
steps:
6059
- checkout
60+
- <<: *step_install_nvm
6161
- run:
6262
name: Hardhat E2E
6363
command: |

scripts/nomiclabs.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function verifyMatrixExists {
2222

2323
# Get rid of any caches
2424
sudo rm -rf node_modules
25-
# echo "NVM CURRENT >>>>>" && nvm current
25+
echo "NVM CURRENT >>>>>" && nvm current
2626

2727
# Use PR env variables (for forks) or fallback on local if PR not available
2828
SED_REGEX="s/git@github.com:/https:\/\/github.com\//"
@@ -69,15 +69,15 @@ cd ..
6969
npm install -g yarn
7070
git clone https://github.com/cgewecke/template-ethereum-contracts.git
7171
cd template-ethereum-contracts
72-
sudo yarn
73-
sudo yarn add $PR_PATH --dev
72+
yarn
73+
yarn add $PR_PATH --dev
7474
cat package.json
7575

7676
# Here we want to make sure that HH cache triggers a
7777
# complete recompile after coverage runs by verifying
7878
# that gas consumption is same in both runs.
79-
sudo yarn run gas
80-
sudo yarn run coverage
81-
sudo yarn run gas
79+
yarn run gas
80+
yarn run coverage
81+
yarn run gas
8282

8383
verifyCoverageExists

0 commit comments

Comments
 (0)