Commit b2dc0960 authored by Radek Ošlejšek's avatar Radek Ošlejšek
Browse files

Update .gitlab-ci.yml file

parent 9afe10f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ release-bundles:
      open -u $FTP_USERNAME,$FTP_PASSWORD $FTP_HOST; 
      cd $FTP_TARGET_DIR; 
      mput -c $CI_PROJECT_DIR/application/target/$PROJECT_ARTIFACT_ID-$VERSION-jar-with-dependencies.jar;
      mput -c $CI_PROJECT_DIR/application/target/$PROJECT_ARTIFACT_ID-$VERSION.zip;
      mput -c $CI_PROJECT_DIR/application/target/$PROJECT_ARTIFACT_ID-$VERSION.zip"
    - lftp -c "set ftp:ssl-allow no; open -u $FTP_USERNAME,$FTP_PASSWORD $FTP_HOST; mirror -Rev $CI_PROJECT_DIR/application/target/site/apidocs ./$FTP_TARGET_DIR/apidocs-all --ignore-time --parallel=10"
  tags:
    - shared-fi