Skip to content

Commit

Permalink
add shell command
Browse files Browse the repository at this point in the history
  • Loading branch information
duje-begonja-rdx committed May 20, 2024
1 parent 64a41f2 commit 6a4e55d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/jenkins-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,8 @@ jobs:
with:
authkey: ${{ env.TAILSCALE_AUTHKEY }}
version: ${{ inputs.tailscale_client_version }}

- name: Further debug
shell: |
#!/bin/bash -ex
telnet jenkins-internal.extratools.works 443

0 comments on commit 6a4e55d

Please sign in to comment.