Skip to content

Commit e60caee

Browse files
author
fgonzalez
committed
chore: add missing step to install doctl
1 parent e24bd6d commit e60caee

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/continuous-delivery-maven-java17.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,9 @@ jobs:
251251
environment:
252252
name: qa
253253
steps:
254+
- name: Install doctl
255+
uses: digitalocean/action-doctl@v2
256+
254257
- name: Save DigitalOcean kubeconfig with short-lived credentials
255258
run: |
256259
doctl kubernetes cluster kubeconfig save \
@@ -281,6 +284,9 @@ jobs:
281284
environment:
282285
name: prod
283286
steps:
287+
- name: Install doctl
288+
uses: digitalocean/action-doctl@v2
289+
284290
- name: Save DigitalOcean kubeconfig with short-lived credentials
285291
run: |
286292
doctl kubernetes cluster kubeconfig save \

0 commit comments

Comments
 (0)