Skip to content

Commit

Permalink
refactor: no prepare in for CoreEval
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Aug 27, 2024
1 parent 69729b9 commit 3f3a451
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
6 changes: 3 additions & 3 deletions a3p-integration/proposals/a:vaults-auctions/eval.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# we have an eval.sh so we can run prepare.sh before the rest
#!/bin/bash

echo "[$PROPOSAL] Running prepare.sh"
./prepare.sh
echo "[$PROPOSAL] Recording the auctioneer instance"
./saveAuctionInstance.js

echo "[$PROPOSAL] Running proposal declared in package.json"
# copy to run in the proposal package so the dependencies can be resolved
Expand Down
8 changes: 0 additions & 8 deletions a3p-integration/proposals/a:vaults-auctions/prepare.sh

This file was deleted.

Empty file.

0 comments on commit 3f3a451

Please sign in to comment.