diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 500187227c5e0dfe7cb9751551669bbab43a5cbb..6543b40f3d4496c148d5e8c9f2911e2700ca88e6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ pages: - mkdir .public/scripts - git submodule init - git submodule update - - rm -rf www-site/git_modules/zjwgi/.git # no need to deploy + - rm -rf www-site/git_modules/zjwgi/.git # no need to deploy .git in www - cp -r www-site/* .public - git show --no-patch --no-notes --pretty='%cd' $CI_COMMIT_SHA > REVISION.txt - cat REVISION.txt