From 5bfccdad3c3f7cd768992e63e6f7fcc4298a9e64 Mon Sep 17 00:00:00 2001 From: tobi Date: Sun, 27 Apr 2025 11:22:35 +0000 Subject: [chore] add woodpecker ci/cd pipelines (#4061) Removes our now unused drone stuff and adds pipelines for our new woodpecker instance. Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4061 Co-authored-by: tobi Co-committed-by: tobi --- internal/media/manager_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/media/manager_test.go') diff --git a/internal/media/manager_test.go b/internal/media/manager_test.go index 8497c1c9e..4988c2485 100644 --- a/internal/media/manager_test.go +++ b/internal/media/manager_test.go @@ -859,7 +859,7 @@ func (suite *ManagerTestSuite) TestSimpleJpegProcessWithDiskStorage() { accountID := "01FS1X72SK9ZPW0J1QQ68BD264" - temp := fmt.Sprintf("./%s/gotosocial-test", os.TempDir()) + temp := fmt.Sprintf("%s/gotosocial-test", os.TempDir()) defer os.RemoveAll(temp) disk, err := disk.Open(temp, nil) -- cgit v1.2.3