[PR #9] [MERGED] Build all assets and a release with drone #17

Closed
opened 2026-02-16 12:42:36 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/theme/pull/9
Author: @metalmatze
Created: 12/7/2016
Status: Merged
Merged: 12/8/2016
Merged by: @tboerger

Base: masterHead: drone-node


📝 Commits (10+)

  • 251856c Build all assets with drone
  • 84c250e Create Makefile to create release and distribute with minio
  • 8f83855 Build all assets with drone
  • b87a9d2 Create Makefile to create release and distribute with minio
  • 339a3c4 make release creates a .tar.gz directly
  • 663c9f0 Push the master.tar.gz to /theme/ on minio
  • 09668ef Merge branch 'drone-node' of github.com:go-gitea/theme into drone-node
  • 4a44293 drone sign
  • 2a1c23d Remove obsolete /dist from .gitignore
  • 731cc07 My tiny changes

📊 Changes

5 files changed (+73 additions, -13 deletions)

View changed files

📝 .drone.yml (+21 -3)
📝 .drone.yml.sig (+1 -1)
📝 .gitignore (+1 -0)
📝 gulpfile.js (+29 -2)
📝 package.json (+21 -7)

📄 Description

Pretty straight forward and .drone.yml inspired by the one from github.com/go-gitea/gitea. 😄


🔄 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/theme/pull/9 **Author:** [@metalmatze](https://github.com/metalmatze) **Created:** 12/7/2016 **Status:** ✅ Merged **Merged:** 12/8/2016 **Merged by:** [@tboerger](https://github.com/tboerger) **Base:** `master` ← **Head:** `drone-node` --- ### 📝 Commits (10+) - [`251856c`](https://github.com/go-gitea/theme/commit/251856cf3fe84bb5ce0fdde65be28ebecdce09a1) Build all assets with drone - [`84c250e`](https://github.com/go-gitea/theme/commit/84c250ea12a919084f288a11a3219b6615d9f112) Create Makefile to create release and distribute with minio - [`8f83855`](https://github.com/go-gitea/theme/commit/8f83855fd8476d57b45b220c8e542d8f5a9e0ff3) Build all assets with drone - [`b87a9d2`](https://github.com/go-gitea/theme/commit/b87a9d22f9d9021b004fdd0b43e43c084775342f) Create Makefile to create release and distribute with minio - [`339a3c4`](https://github.com/go-gitea/theme/commit/339a3c487cbd4c91352564bc8b1c435731764bfc) make release creates a .tar.gz directly - [`663c9f0`](https://github.com/go-gitea/theme/commit/663c9f0a9fcab3586bd4319b0962831b0742187a) Push the master.tar.gz to /theme/ on minio - [`09668ef`](https://github.com/go-gitea/theme/commit/09668ef30cf6353417d48720a6f81ecefe5ed67c) Merge branch 'drone-node' of github.com:go-gitea/theme into drone-node - [`4a44293`](https://github.com/go-gitea/theme/commit/4a44293cef531f20f6cee78a7c8be31e4122188e) drone sign - [`2a1c23d`](https://github.com/go-gitea/theme/commit/2a1c23d3a71f4dbc54aa3b60a0b86fa2eede8d48) Remove obsolete /dist from .gitignore - [`731cc07`](https://github.com/go-gitea/theme/commit/731cc07aa4dba1384dd6248ba7a50cfe8c0251ff) My tiny changes ### 📊 Changes **5 files changed** (+73 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `.drone.yml` (+21 -3) 📝 `.drone.yml.sig` (+1 -1) 📝 `.gitignore` (+1 -0) 📝 `gulpfile.js` (+29 -2) 📝 `package.json` (+21 -7) </details> ### 📄 Description Pretty straight forward and `.drone.yml` inspired by the one from github.com/go-gitea/gitea. 😄 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 12:42:36 -05:00
yindo closed this issue 2026-02-16 12:42:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-gitea/theme#17