We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74a1705 commit 8cc8441Copy full SHA for 8cc8441
.github/workflows/integration.yml
@@ -203,7 +203,6 @@ jobs:
203
--node_pools.autoscaler.max 3 \
204
--node_pools.autoscaler.min 3 \
205
--tags testing \
206
- --tags delete_me_tonight \
207
--no-defaults
208
- name: Retrieve cluster id
209
run: echo "LINODE_CLUSTER_ID=$(linode-cli lke clusters-list --json | jq -ce '.[] | select(.label | startswith("${{ env.LINODE_CLUSTER_NAME }}")) | .id')" >> $GITHUB_ENV
0 commit comments