[PR #69] [MERGED] GH Actions, Take 2 #313

Closed
opened 2026-03-03 12:10:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/69
Author: @fsouza
Created: 8/24/2019
Status: Merged
Merged: 8/24/2019
Merged by: @fsouza

Base: masterHead: gh-actions


📝 Commits (7)

  • ada386e GH Actions, Take 2
  • cdfe94c gh/workflows/ci: fix sanity check
  • d0a935f gh/workflows/docker-tests: add branch filter
  • e7fa560 gh/workflows/ci: test python example
  • 86c10d3 gh/workflows/ci: don't run all steps for changes only in the Dockerfile
  • 4bbf7ba ci/run-python-example: fix server
  • 12f159a Revert "gh/workflows/ci: don't run all steps for changes only in the Dockerfile"

📊 Changes

10 files changed (+182 additions, -452 deletions)

View changed files

.github/workflows/ci.yml (+83 -0)
.github/workflows/docker-tests.yml (+18 -0)
.github/workflows/goreleaser-test.yml (+14 -0)
.github/workflows/goreleaser.yml (+17 -0)
📝 README.md (+0 -1)
📝 ci/Dockerfile (+0 -0)
ci/docker-build.sh (+39 -0)
ci/run-python-example.sh (+11 -0)
drone/.drone.jsonnet (+0 -159)
drone/.drone.yml (+0 -292)

📄 Description

No description provided


🔄 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/fsouza/fake-gcs-server/pull/69 **Author:** [@fsouza](https://github.com/fsouza) **Created:** 8/24/2019 **Status:** ✅ Merged **Merged:** 8/24/2019 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `master` ← **Head:** `gh-actions` --- ### 📝 Commits (7) - [`ada386e`](https://github.com/fsouza/fake-gcs-server/commit/ada386ec796ed80480adda436cad146e88490342) GH Actions, Take 2 - [`cdfe94c`](https://github.com/fsouza/fake-gcs-server/commit/cdfe94cf50b705c98d8c76d04b30ad29155fb19d) gh/workflows/ci: fix sanity check - [`d0a935f`](https://github.com/fsouza/fake-gcs-server/commit/d0a935fd9a0903915b2c49a022c9aab33d543166) gh/workflows/docker-tests: add branch filter - [`e7fa560`](https://github.com/fsouza/fake-gcs-server/commit/e7fa5606e85f6c5e4a78bcdffbb2e24d66669289) gh/workflows/ci: test python example - [`86c10d3`](https://github.com/fsouza/fake-gcs-server/commit/86c10d3f2dbe730ba05d477df280e699f87c4476) gh/workflows/ci: don't run all steps for changes only in the Dockerfile - [`4bbf7ba`](https://github.com/fsouza/fake-gcs-server/commit/4bbf7ba52e055aa63951360cf8de09dc8baa3daa) ci/run-python-example: fix server - [`12f159a`](https://github.com/fsouza/fake-gcs-server/commit/12f159a538ac86c4f29308f208434282f7fa36a3) Revert "gh/workflows/ci: don't run all steps for changes only in the Dockerfile" ### 📊 Changes **10 files changed** (+182 additions, -452 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/ci.yml` (+83 -0) ➕ `.github/workflows/docker-tests.yml` (+18 -0) ➕ `.github/workflows/goreleaser-test.yml` (+14 -0) ➕ `.github/workflows/goreleaser.yml` (+17 -0) 📝 `README.md` (+0 -1) 📝 `ci/Dockerfile` (+0 -0) ➕ `ci/docker-build.sh` (+39 -0) ➕ `ci/run-python-example.sh` (+11 -0) ➖ `drone/.drone.jsonnet` (+0 -159) ➖ `drone/.drone.yml` (+0 -292) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:10:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#313
No description provided.