From 7a5cf500b18e6d05c406df00aa05afd0bbf698a4 Mon Sep 17 00:00:00 2001 From: Laurent Fainsin Date: Sun, 10 Oct 2021 12:01:40 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eeccdd2..df3a42b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,6 @@ Deploy: - svn co http://cregut.svn.enseeiht.fr/2021/2sn/idm/mp/M-02 --username lfainsin --password $SVN_PASSWORD svn_repo - cd svn_repo - svn up - - cp ../livrables/* livrables/ + - cp -L ../livrables/* livrables/ - svn add * --force - svn commit -m "$CI_COMMIT_SHORT_SHA"