File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
mithril-infra/assets/tools/pool Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -439,6 +439,10 @@ jobs:
439
439
}
440
440
mithril_signers : |
441
441
{
442
+ "1" = {
443
+ type = "verified",
444
+ pool_id = "",
445
+ },
442
446
"2" = {
443
447
type = "verified",
444
448
pool_id = "",
@@ -451,7 +455,7 @@ jobs:
451
455
terraform_backend_bucket : hydra-terraform-admin
452
456
google_region : europe-west1
453
457
google_zone : europe-west1-b
454
- google_machine_type : e2-standard -2
458
+ google_machine_type : e2-highmem -2
455
459
456
460
runs-on : ubuntu-22.04
457
461
Original file line number Diff line number Diff line change 6
6
# Import prelude
7
7
. $( dirname -- " $0 " ) /_prelude.sh
8
8
9
+ # Show version
10
+ CARDANO_CLI_CMD --version
11
+
9
12
# Compute Pool Id
10
13
POOL_ID=$( CARDANO_CLI_CMD stake-pool id --cold-verification-key-file ${POOL_ARTIFACTS_DIR} /cold.vkey)
11
14
echo POOL_ID=$POOL_ID
You can’t perform that action at this time.
0 commit comments