Skip to content

Commit

Permalink
fix: remove node-types
Browse files Browse the repository at this point in the history
  • Loading branch information
sesheffield committed Sep 20, 2024
1 parent c3faac1 commit e7da1ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd-reset-protonet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
--update-playbook-filename="$PLAYBOOK_NAME" \
--autoscaling-group-name="$auto_scaling_group_name" \
--max-upgrade-batch-size=0 \
--node-types="" \
--wait-for-node-sync-after-upgrade=true
done
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cd-start-protonet-chain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
--update-playbook-filename="$PLAYBOOK_NAME" \
--autoscaling-group-name="$auto_scaling_group_name" \
--max-upgrade-batch-size=0 \
--node-types="" \
--wait-for-node-sync-after-upgrade=true
done
env:
Expand Down

0 comments on commit e7da1ab

Please sign in to comment.