Skip to content
Snippets Groups Projects
Commit 105e8416 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
Loading
Pipeline #45638 passed with warnings with stages
in 6 minutes and 3 seconds
--- ---
.networkdebug: &networkdebug
#
- |-
set -x
ip address show || true
ping -4 -c 2 www.google.com || true
ping -6 -c 2 www.google.com || true
ping -4 -c 1 git.seco.com || true # does not reply but shows the ip
set +x
.collect_srcrevs: &collect_srcrevs .collect_srcrevs: &collect_srcrevs
# write all package AUTOREVS to file # write all package AUTOREVS to file
- |- - |-
...@@ -83,6 +93,7 @@ ...@@ -83,6 +93,7 @@
JOB_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/jobs/${CI_JOB_ID}/artifacts/" JOB_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/jobs/${CI_JOB_ID}/artifacts/"
FNG_INSTALL_PATH: "${BUILDPATH}/${IMAGEPATH}/${INSTALLSCRIPT}" FNG_INSTALL_PATH: "${BUILDPATH}/${IMAGEPATH}/${INSTALLSCRIPT}"
before_script: before_script:
- *networkdebug
- !reference [.docker_check] - !reference [.docker_check]
- !reference [.setup_ssh] - !reference [.setup_ssh]
- !reference [.repo_checkout] - !reference [.repo_checkout]
......
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