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

Recurse charm-packages

Adds charm-packages contents to full index
parent 5338a11b
Pipeline #90 passed with stage
in 1 minute and 40 seconds
......@@ -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"'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment