Loading .gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
.gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -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