I'm stupid; specify the name on that check

This commit is contained in:
Salt 2022-02-15 14:30:26 -06:00
parent 7762372c41
commit f591983da4

View File

@ -34,7 +34,7 @@ before_script:
# Run a quick test SSH connection to the bastion box
- ssh -o StrictHostKeyChecking=no ansible@bastion1.dallas.mgmt.desu.ltd uptime
# And a quick test SSH connection over proxy
- ssh -o StrictHostKeyChecking=no -o ProxyCommand="ssh -W %h:%p -q ansible@bastion1.dallas.mgmt.desu.ltd" bastion1.dallas.mgmt.desu.ltd uptime
- ssh -o StrictHostKeyChecking=no -o ProxyCommand="ssh -W %h:%p -q ansible@bastion1.dallas.mgmt.desu.ltd" ansible@bastion1.dallas.mgmt.desu.ltd uptime
after_script:
- |
[ -n "$ZEROTIER_NETWORK_ID" ] && \