From 3c6679c2f0aba0f3c813d230fb26b563cad5d58a Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 27 Nov 2024 10:25:04 +0100 Subject: [PATCH] Add wget deb package to publish-repository pipeline Signed-off-by: garciadeblas --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8cf20a62..7e063c1c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab