[PR #1644] [MERGED] Limit clone depth when drone-building #15967

Closed
opened 2025-11-02 11:59:11 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1644
Author: @strk
Created: 4/29/2017
Status: Merged
Merged: 4/30/2017
Merged by: @lunny

Base: masterHead: clone-fewer-commits


📝 Commits (2)

📊 Changes

2 files changed (+2 additions, -1 deletions)

View changed files

📝 .drone.yml (+1 -0)
📝 .drone.yml.sig (+1 -1)

📄 Description

Drone agents don't need to clone the whole history to run tests.
Last 50 commits must be enough to find the one needed for test
(would break if Drone starts after more than 50 commits have been
pushed)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/1644 **Author:** [@strk](https://github.com/strk) **Created:** 4/29/2017 **Status:** ✅ Merged **Merged:** 4/30/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `clone-fewer-commits` --- ### 📝 Commits (2) - [`a9ff0f1`](https://github.com/go-gitea/gitea/commit/a9ff0f156c58bacb662fb7aa96b10d2664da5800) Limit clone depth when drone-building - [`86953c6`](https://github.com/go-gitea/gitea/commit/86953c6937be6367ed8a21b50c09ce16eb790885) sign drone ### 📊 Changes **2 files changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.drone.yml` (+1 -0) 📝 `.drone.yml.sig` (+1 -1) </details> ### 📄 Description Drone agents don't need to clone the whole history to run tests. Last 50 commits must be enough to find the one needed for test (would break if Drone starts after more than 50 commits have been pushed) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:59:11 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15967