Commit 864bc1aa authored by Mark Beierl's avatar Mark Beierl
Browse files

Recurse charm-packages

Adds charm-packages contents to full index
parent 5338a11b
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
@@ -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"'