1
0
Fork 0

ci: fix yml

master
dump_stack() 2023-05-16 12:12:48 +00:00
parent 2ee26c989d
commit decdf0625b
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 6 additions and 6 deletions

View File

@ -50,12 +50,12 @@ jobs:
- name: Create droplet
run: >-
doctl compute droplet create
--size s-1vcpu-1gb
--tag-name=github-actions
--image ubuntu-22-04-x64
--ssh-keys='b4:4c:66:7d:be:19:25:43:1c:e0:02:61:9f:49:12:94'
--wait
ga-out-of-tree-e2e-${{ matrix.os.distro }}-${{ matrix.os.release }}-$GITHUB_SHA
--size s-1vcpu-1gb
--tag-name=github-actions
--image ubuntu-22-04-x64
--ssh-keys='b4:4c:66:7d:be:19:25:43:1c:e0:02:61:9f:49:12:94'
--wait
ga-out-of-tree-e2e-${{ matrix.os.distro }}-${{ matrix.os.release }}-$GITHUB_SHA
- name: End-to-End Testing [${{ matrix.os.distro }} ${{ matrix.os.release }}]
run: |