Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 731313a

Browse files
committed
show ip address at start of gitlab job
1 parent 44836eb commit 731313a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ job 3:
163163
- testsuite
164164
stage: run tests
165165
script:
166+
- ip addr show
166167
- if $(lsof -i -P -n | grep -q JLinkExe) ; then exit 1; fi
167168
- if pgrep -f "python3 run.py" ; then exit 1; fi
168169
- rm -rf Sub-IoT-testsuite

0 commit comments

Comments
 (0)