Skip to content

Commit 6fe4e61

Browse files
committed
update ci to force push
1 parent 2332312 commit 6fe4e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,4 +242,4 @@ deploy_master_github:
242242
- echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
243243
- git remote remove github &>/dev/null || true
244244
- git remote add github [email protected]:espressif/esp-hosted.git
245-
- git push github "${CI_COMMIT_SHA}:refs/heads/${CI_COMMIT_REF_NAME}"
245+
- git push -f github "${CI_COMMIT_SHA}:refs/heads/${CI_COMMIT_REF_NAME}"

0 commit comments

Comments
 (0)