Commit f2733e13 authored by garciadeblas's avatar garciadeblas
Browse files

Update .gitlab-ci.yml to install rsync in publish tasks

parent d0278362
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ..."
@@ -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}"
@@ -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}"