Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ publish-repository: - DEBIAN_FRONTEND=noninteractive apt update - DEBIAN_FRONTEND=noninteractive apt install -y python3-osmclient - mv magma/* . - mv charm-packages/* . - LC_ALL=C.UTF-8 oLANG=C.UTF-8 osm repo-index --origin . --destination vnf-catalog - | sshpass -p "$VNF_CATALOG_CREDENTIALS" sftp -o "StrictHostKeyChecking no" -P 29419 osmsupport@vnf-catalog.etsi.org << EOF Loading @@ -40,6 +41,7 @@ build-local-repository: - DEBIAN_FRONTEND=noninteractive apt update - DEBIAN_FRONTEND=noninteractive apt install -y python3-osmclient - mv magma/* . - mv charm-packages/* . - LC_ALL=C.UTF-8 oLANG=C.UTF-8 osm repo-index --origin . --destination vnf-catalog rules: - if: '$CI_COMMIT_REF_PROTECTED == "false"' Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ publish-repository: - DEBIAN_FRONTEND=noninteractive apt update - DEBIAN_FRONTEND=noninteractive apt install -y python3-osmclient - mv magma/* . - mv charm-packages/* . - LC_ALL=C.UTF-8 oLANG=C.UTF-8 osm repo-index --origin . --destination vnf-catalog - | sshpass -p "$VNF_CATALOG_CREDENTIALS" sftp -o "StrictHostKeyChecking no" -P 29419 osmsupport@vnf-catalog.etsi.org << EOF Loading @@ -40,6 +41,7 @@ build-local-repository: - DEBIAN_FRONTEND=noninteractive apt update - DEBIAN_FRONTEND=noninteractive apt install -y python3-osmclient - mv magma/* . - mv charm-packages/* . - LC_ALL=C.UTF-8 oLANG=C.UTF-8 osm repo-index --origin . --destination vnf-catalog rules: - if: '$CI_COMMIT_REF_PROTECTED == "false"' Loading