From 7474df8bcd39be49d4f02a87558a9f64b8b0050e Mon Sep 17 00:00:00 2001 From: jovonni Date: Thu, 3 Oct 2024 17:08:01 -0400 Subject: [PATCH] fix(Makefile): fixed e2e makefile target to use deploy-cli instead deploy-script.js --- contract/Makefile | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/contract/Makefile b/contract/Makefile index c2f20cc..ad888e8 100644 --- a/contract/Makefile +++ b/contract/Makefile @@ -259,26 +259,7 @@ test-orca: # todo remove clean install steps after debugging e2e: - make clean - make cleanc - yarn cache clean - kubectl exec -i agoriclocal-genesis-0 -c validator -- bash -c "yarn cache clean" - kubectl exec -i agoriclocal-genesis-0 -c validator -- bash -c "rm -rf -v /root/*" -# yarn run build:deployer - make copy-project - kubectl exec -i agoriclocal-genesis-0 -c validator -- bash -c "cd /root/ ; yarn install" - kubectl exec -i agoriclocal-genesis-0 -c validator -- bash -c "cd /root/ ; yarn add @endo/patterns@1.3.0" -#kubectl exec -i agoriclocal-genesis-0 -c validator -- bash -c "cd /root/ ; yarn add @agoric/orchestration@0.1.1-dev-9c9e5cf.0" - kubectl exec -i agoriclocal-genesis-0 -c validator -- bash -c "cd /root/ ; yarn add @agoric/vow@0.1.1-dev-9c9e5cf.0" - kubectl exec -i agoriclocal-genesis-0 -c validator -- bash -c "cd /root/ ; yarn add @agoric/async-flow@0.1.1-dev-9c9e5cf.0" - kubectl exec -i agoriclocal-genesis-0 -c validator -- bash -c "cd /root/ ; yarn build:deployer" - -# yarn node scripts/deploy-contract.js --install /root/src/orca.contract.js --eval /root/src/orca.proposal.js - yarn node scripts/deploy-contract.js --install ${PWD}/src/orca.contract.js,${PWD}/src/orca.proposal.js --eval /root/src/orca.proposal.js - -# todo: figure out why this sequence # is always off by 1 forcing a retry -# yarn node script/deploy-contract.js - + npx tsx ../e2e-testing/scripts/deploy-cli.ts test/builder/init-orca.js lint: yarn lint --fix-dry-run --ignore-pattern "*patch*"