diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 733de51..768b27c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,6 @@ Deploy: script: - svn co http://cregut.svn.enseeiht.fr/2021/2sn/idm/mp/M-02 --username lfainsin --password $SVN_PASSWORD svn_repo - cd svn_repo - - cp ../livrables/* livrables/ + - cp -L ../livrables/* livrables/ - svn add * --force - - svn commit -m "$CI_COMMIT_SHORT_SHA" + - svn commit -m "$CI_COMMIT_SHORT_SHA" --password $SVN_PASSWORD