diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd863c3..7ae6cf7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,8 @@ deploy_job: - git remote add github git@github.com:yun-ink/timerx.git - git remote -v - git checkout master - - git fsck --full + #- git fsck --full + - git prune - git push -u github master only: - master