diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 97c2a2b722590620635cf4393b251b2e2c921ce0..a3bf8d88af7dad91456afcac69e423e15f5cd858 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