Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Revert "ci/aws: Remove duplicate info in worker pool name"
Browse files Browse the repository at this point in the history
This reverts commit 1a4dd25.

In 20b7b69 we reverted the naming of
worker pools so we need this again for CI to behave.
  • Loading branch information
iaguis committed Jun 18, 2020
1 parent 84c3265 commit 3d8619e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/aws/aws-cluster.lokocfg.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ storage:
id: 500
EOF
]
worker_pool "wp" {

worker_pool "$CLUSTER_ID-wp" {
count = 2
ssh_pubkeys = ["$PUB_KEY"]
disk_size = 30
Expand Down

0 comments on commit 3d8619e

Please sign in to comment.