summaryrefslogtreecommitdiff
path: root/internal/media
diff options
context:
space:
mode:
authorLibravatar tobi <tobi.smethurst@protonmail.com>2025-04-27 11:22:35 +0000
committerLibravatar tobi <tobi.smethurst@protonmail.com>2025-05-05 12:01:36 +0200
commit512e2c88beef641474d6dc5251b494b1c4aeb8c1 (patch)
tree5db5f889eb7f7fe2ed67dd4b612cd3121d660f81 /internal/media
parentweenus (diff)
downloadgotosocial-512e2c88beef641474d6dc5251b494b1c4aeb8c1.tar.xz
[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 <tobi.smethurst@protonmail.com> Co-committed-by: tobi <tobi.smethurst@protonmail.com>
Diffstat (limited to 'internal/media')
-rw-r--r--internal/media/manager_test.go2
1 files changed, 1 insertions, 1 deletions
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)