Skip to content
Snippets Groups Projects
Commit 3c6679c2 authored by garciadeblas's avatar garciadeblas
Browse files

Add wget deb package to publish-repository pipeline


Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent a157b091
No related branches found
No related tags found
No related merge requests found
Pipeline #17423 failed with stage
in 56 seconds
...@@ -5,7 +5,7 @@ publish-repository: ...@@ -5,7 +5,7 @@ publish-repository:
stage: deploy stage: deploy
script: script:
- DEBIAN_FRONTEND=noninteractive apt update - 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 init
- git submodule update - git submodule update
- git clone https://osm.etsi.org/gerrit/osm/osmclient.git - git clone https://osm.etsi.org/gerrit/osm/osmclient.git
...@@ -43,8 +43,7 @@ build-local-repository: ...@@ -43,8 +43,7 @@ build-local-repository:
- ./generate-packages.sh - ./generate-packages.sh
- mkdir temp - mkdir temp
# - mv magma/* temp # - mv magma/* temp
- mv *.tar.gz temp - mv *.tar.gz charm-packages/*.tar.gz temp
- mv charm-packages/*.tar.gz temp
- LC_ALL=C.UTF-8 LANG=C.UTF-8 osm -vvv repo-index --origin temp --destination vnf-catalog - 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 # sshpass -p "$VNF_CATALOG_CREDENTIALS" sftp -o "StrictHostKeyChecking no" -P 29419 osmsupport@vnf-catalog.etsi.org << EOF
......
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