Skip to content

Commit 54405ef

Browse files
committed
revert changes to use nightly flag
1 parent b0c25a8 commit 54405ef

File tree

2 files changed

+2
-41
lines changed

2 files changed

+2
-41
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -72,26 +72,8 @@ jobs:
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

@@ -110,9 +92,6 @@ jobs:
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: |

.github/workflows/nightly.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -69,26 +69,8 @@ jobs:
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

0 commit comments

Comments
 (0)