diff --git a/build-yocto.yml b/build-yocto.yml index f0effd61e307251b7cb42daa528af16bfdb86b5f..2334bff0b7552fb8234696312be782b90479c9e7 100644 --- a/build-yocto.yml +++ b/build-yocto.yml @@ -1,5 +1,15 @@ --- +.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 # write all package AUTOREVS to file - |- @@ -83,6 +93,7 @@ JOB_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/jobs/${CI_JOB_ID}/artifacts/" FNG_INSTALL_PATH: "${BUILDPATH}/${IMAGEPATH}/${INSTALLSCRIPT}" before_script: + - *networkdebug - !reference [.docker_check] - !reference [.setup_ssh] - !reference [.repo_checkout]