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