Commit eee1aaf3 authored by Mark Beierl's avatar Mark Beierl
Browse files

Merge branch 'beierlm-master-patch-76780' into 'master'

Publish staged changes

See merge request !103
parents 9d6cd43f ad6afb6f
Pipeline #117 passed with stage
in 1 minute and 56 seconds
......@@ -45,6 +45,10 @@ build-local-repository:
- mv magma/* .
- mv charm-packages/* .
- LC_ALL=C.UTF-8 oLANG=C.UTF-8 osm -vvv repo-index --origin . --destination vnf-catalog
- |
sshpass -p "$VNF_CATALOG_CREDENTIALS" sftp -o "StrictHostKeyChecking no" -P 29419 osmsupport@vnf-catalog.etsi.org << EOF
put -r vnf-catalog/* Testing/Premerge
EOF
rules:
- if: '$CI_COMMIT_REF_PROTECTED == "false"'
when: on_success
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