1
0

ci: fix yml

This commit is contained in:
dump_stack() 2023-05-16 12:12:48 +00:00
parent 2ee26c989d
commit decdf0625b
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC

View File

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