Skip to content
Snippets Groups Projects
Commit c16962f8 authored by Jonas Höppner's avatar Jonas Höppner
Browse files

CI: Add test command to show ip settings before build

parent a1972724
No related branches found
No related tags found
No related merge requests found
Pipeline #45624 passed with warnings with stages
in 6 minutes and 14 seconds
---
.networkdebug: &networkdebug
#
- |-
set -x
ip address show
ping -4 -c 2 www.google.com
ping -6 -c 2 www.google.com
ping -4 -c 1 git.seco.com # does not reply but shows the ip
set +x
.collect_srcrevs: &collect_srcrevs
# write all package AUTOREVS to file
- |-
......@@ -87,6 +97,7 @@
- !reference [.setup_ssh]
- !reference [.repo_checkout]
script:
- *networkdebug
- *save_build_env
- *build_script
- *collect_srcrevs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment