mirror of
https://github.com/namibia/openvpn-install.git
synced 2025-02-06 02:38:26 +00:00
parent
cb23f0ec24
commit
2950fd4457
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
run: sleep 90
|
run: sleep 90
|
||||||
|
|
||||||
- name: Get server IP
|
- name: Get server IP
|
||||||
run: echo ::set-output name=value::$(doctl compute droplet list -o json | jq -r '.[] | select(.name == "'openvpn-action-$GITHUB_RUN_ID-$GITHUB_RUN_NUMBER-${{ matrix.os-image }}'").networks.v4 | .[0].ip_address')
|
run: echo ::set-output name=value::$(doctl compute droplet list -o json | jq -r '.[] | select(.name == "'openvpn-action-$GITHUB_RUN_ID-$GITHUB_RUN_NUMBER-${{ matrix.os-image }}'").networks.v4 | .[] | select(.type == "'public'").ip_address')
|
||||||
id: server_ip
|
id: server_ip
|
||||||
|
|
||||||
- name: Get server OS
|
- name: Get server OS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user