소스 검색

FIX XD

master
peter 4 년 전
부모
커밋
0980367d04
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    2
      .drone.yml

+ 1
- 2
.drone.yml 파일 보기

@@ -71,8 +71,7 @@ steps:
71 71
   - ls ./${DRONE_REPO_NAME}
72 72
   - echo "add files in ${DRONE_REPO_NAME}"; git add ${DRONE_REPO_NAME}/*
73 73
   - git commit -m "Drone tagged as ${DRONE_TAG}"
74
-  - git tag "${DRONE_TAG}"
75
-  - git push https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}.git master ${DRONE_TAG}
74
+  - git push --force https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}.git master
76 75
   environment:
77 76
     GIT_USER:
78 77
       from_secret: git_user

Loading…
취소
저장