File tree Expand file tree Collapse file tree 2 files changed +2
-41
lines changed Expand file tree Collapse file tree 2 files changed +2
-41
lines changed Original file line number Diff line number Diff line change 7272 with :
7373 service-key : ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }}
7474
75- - name : Fix DNS
76- run : |
77- echo "=== Remove Azure DNS from eth0 interface ==="
78- sudo resolvectl dns eth0 ""
79-
80- echo "=== Configure Twingate DNS properly ==="
81- sudo resolvectl dns sdwan0 100.95.0.251 100.95.0.252
82- sudo resolvectl domain sdwan0 delivery.puppetlabs.net
83-
84- echo "=== Flush DNS cache ==="
85- sudo resolvectl flush-caches
86-
87- echo "=== Check new configuration ==="
88- resolvectl status
89-
90- echo "=== Test DNS resolution ==="
91- nslookup artifactory.delivery.puppetlabs.net
92-
9375 - name : Checkout
94- uses : actions/checkout@v4
76+ uses : actions/checkout@v3
9577 with :
9678 ref : ${{ github.event.pull_request.head.sha }}
9779
11092 - name : Provision test environment
11193 run : |
11294 bundle exec rake "litmus:provision[${{matrix.platforms.provider}},${{ matrix.platforms.image }}]"
113- # Redact password
114- FILE='spec/fixtures/litmus_inventory.yaml'
115- sed -e 's/password: .*/password: "[redacted]"/' < $FILE || true
11695
11796 - name : Install agent
11897 run : |
Original file line number Diff line number Diff line change 6969 with :
7070 service-key : ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }}
7171
72- - name : Fix DNS
73- run : |
74- echo "=== Remove Azure DNS from eth0 interface ==="
75- sudo resolvectl dns eth0 ""
76-
77- echo "=== Configure Twingate DNS properly ==="
78- sudo resolvectl dns sdwan0 100.95.0.251 100.95.0.252
79- sudo resolvectl domain sdwan0 delivery.puppetlabs.net
80-
81- echo "=== Flush DNS cache ==="
82- sudo resolvectl flush-caches
83-
84- echo "=== Check new configuration ==="
85- resolvectl status
86-
87- echo "=== Test DNS resolution ==="
88- nslookup artifactory.delivery.puppetlabs.net
89-
9072 - name : Checkout
91- uses : actions/checkout@v4
73+ uses : actions/checkout@v3
9274 with :
9375 ref : ${{ github.event.pull_request.head.sha }}
9476
You can’t perform that action at this time.
0 commit comments