Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 263528aa authored by hhakim's avatar hhakim
Browse files

Minor change.

Remove ftp commands in yml gitlab script. Replace them by simple cp.
parent b94130ff
Branches
Tags
No related merge requests found
...@@ -112,8 +112,7 @@ package_linux: ...@@ -112,8 +112,7 @@ package_linux:
- make - make
- cpack -G RPM -C CPackConfig.cmake - cpack -G RPM -C CPackConfig.cmake
- cpack -G DEB -C CPackConfig.cmake - cpack -G DEB -C CPackConfig.cmake
- lftp -u $FTP_SERV_USER,$FTP_SERV_PASS -e 'set ssl:verify-certificate no;mput faust-*.rpm faust-*.deb;quit' $FTP_SERV_HOST - 'cp faust-$SHA_START* $HOME'
#- 'mv faust-$SHA_START* $HOME'
artifacts: artifacts:
paths: paths:
- build/faust-${CI_COMMIT_SHA:0:8}-x86_64.deb - build/faust-${CI_COMMIT_SHA:0:8}-x86_64.deb
...@@ -178,8 +177,7 @@ package_linux_release: ...@@ -178,8 +177,7 @@ package_linux_release:
- make - make
- cpack -G RPM -C CPackConfig.cmake - cpack -G RPM -C CPackConfig.cmake
- cpack -G DEB -C CPackConfig.cmake - cpack -G DEB -C CPackConfig.cmake
- lftp -u $FTP_SERV_USER,$FTP_SERV_PASS -e 'set ssl:verify-certificate no;mput faust-*.rpm faust-*.deb;quit' $FTP_SERV_HOST - 'cp faust-$CI_COMMIT_TAG*rpm faust-$CI_COMMIT_TAG*.deb $HOME'
# - 'mv faust-*rpm faust-*.deb $HOME'
artifacts: artifacts:
paths: paths:
- build/faust-$CI_COMMIT_TAG-x86_64.deb - build/faust-$CI_COMMIT_TAG-x86_64.deb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment