Loading .gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ publish-testing-repository: dependencies: - build-local-repository # Reuses artifacts generated in build los artefactos generados en build script: - apt update && apt install -y sshpass - apt update && apt install -y rsync - | set -e echo "Uploading catalog to Rsync server / Testing ..." Loading @@ -71,7 +71,7 @@ publish-ondemand-repository: dependencies: - build-local-repository script: - apt update && apt install -y sshpass - apt update && apt install -y rsync - | set -e DESTINATION_FOLDER="${ONDEMAND_DESTINATION_FOLDER:-Stable}" Loading @@ -82,4 +82,4 @@ publish-ondemand-repository: allow_failure: true environment: name: production url: "https://osm.etsi.org/vnf-catalog/$DESTINATION_FOLDER" url: "https://osm.etsi.org/vnf-catalog/${ONDEMAND_DESTINATION_FOLDER:-Stable}" Loading
.gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ publish-testing-repository: dependencies: - build-local-repository # Reuses artifacts generated in build los artefactos generados en build script: - apt update && apt install -y sshpass - apt update && apt install -y rsync - | set -e echo "Uploading catalog to Rsync server / Testing ..." Loading @@ -71,7 +71,7 @@ publish-ondemand-repository: dependencies: - build-local-repository script: - apt update && apt install -y sshpass - apt update && apt install -y rsync - | set -e DESTINATION_FOLDER="${ONDEMAND_DESTINATION_FOLDER:-Stable}" Loading @@ -82,4 +82,4 @@ publish-ondemand-repository: allow_failure: true environment: name: production url: "https://osm.etsi.org/vnf-catalog/$DESTINATION_FOLDER" url: "https://osm.etsi.org/vnf-catalog/${ONDEMAND_DESTINATION_FOLDER:-Stable}"