diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4fb83925867a90807142f957e3f5783dfb3b1e35..aaa71060638c586f002633244646614fd5d99dd6 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 # avoid deploying .git in www + - rm -rf www-site/git_modules/zjwgi/.git # avoid deploying .git in www - cp -r www-site/* .public - git show --no-patch --no-notes --pretty='%cd' $CI_COMMIT_SHA > REVISION.txt - cat REVISION.txt