Skip to content

Commit 30426be

Browse files
authored
Merge pull request #1015 from SUSE/print_ip
print IP address debugging
2 parents 07e4522 + a799cd7 commit 30426be

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,8 @@ jobs:
247247
if: ${{ matrix.toxenv == '389ds' }}
248248

249249
- name: log ip address
250-
run: ip r
250+
run: |
251+
echo -n "IPv4 public: "; curl -4 ifconfig.me; echo ""
251252
252253
- uses: actions/cache@v5
253254
with:

0 commit comments

Comments
 (0)