Commit 3c6679c2 authored by garciadeblas's avatar garciadeblas
Browse files

Add wget deb package to publish-repository pipeline

parent a157b091
Loading
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ publish-repository:
  stage: deploy
  script:
    - DEBIAN_FRONTEND=noninteractive apt update
    - DEBIAN_FRONTEND=noninteractive apt install -y gcc git make python3 python3 python3-pip python3-pycurl python3-setuptools sshpass software-properties-common
    - DEBIAN_FRONTEND=noninteractive apt install -y gcc git make python3 python3 python3-pip python3-pycurl python3-setuptools sshpass software-properties-common wget
    - git submodule init
    - git submodule update
    - git clone https://osm.etsi.org/gerrit/osm/osmclient.git
@@ -43,8 +43,7 @@ build-local-repository:
    - ./generate-packages.sh
    - mkdir temp
    # - mv magma/* temp
    - mv *.tar.gz temp
    - mv charm-packages/*.tar.gz temp
    - mv *.tar.gz charm-packages/*.tar.gz temp
    - LC_ALL=C.UTF-8 LANG=C.UTF-8 osm -vvv repo-index --origin temp --destination vnf-catalog
    # - |
    #     sshpass -p "$VNF_CATALOG_CREDENTIALS" sftp -o "StrictHostKeyChecking no" -P 29419 osmsupport@vnf-catalog.etsi.org << EOF