Commit dad03504 authored by George Papathanail's avatar George Papathanail
Browse files

test if we have access to the pypi

parent 12360cce
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -63,6 +63,8 @@ build:
    - docker info
  script:
    - export TEST_IMAGE_TAG="ci-${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHORT_SHA}"
    - env | grep -i proxy || true
    - curl -I https://pypi.org
    - docker build -t "$CI_REGISTRY_IMAGE:$TEST_IMAGE_TAG" .
  rules:
    - if: '$CI_COMMIT_BRANCH == "add-oeg-baseline-ci"'