Skip to content

Commit 0f9d767

Browse files
committed
Move minio test to amd64 since minio docker don't support arm64
1 parent bdca7b0 commit 0f9d767

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

.drone.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -304,14 +304,6 @@ services:
304304
pull: default
305305
image: gitea/test-openldap:latest
306306

307-
- name: minio
308-
image: minio/minio:RELEASE.2020-05-16T01-33-21Z
309-
commands:
310-
- minio server /data
311-
environment:
312-
MINIO_ACCESS_KEY: 123456
313-
MINIO_SECRET_KEY: 123456
314-
315307
steps:
316308
- name: fetch-tags
317309
pull: default

integrations/sqlite.ini.tmpl

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,4 @@ SECRET_KEY = 9pCviYTWSb
8686
INTERNAL_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE0OTI3OTU5ODN9.OQkH5UmzID2XBdwQ9TAI6Jj2t1X-wElVTjbE7aoN4I8
8787

8888
[oauth2]
89-
JWT_SECRET = KZb_QLUd4fYVyxetjxC4eZkrBgWM2SndOOWDNtgUUko
90-
91-
[attachment]
92-
STORE_TYPE = minio
93-
MINIO_ENDPOINT = minio:9000
94-
MINIO_ACCESS_KEY_ID = 123456
95-
MINIO_SECRET_ACCESS_KEY = 123456
96-
MINIO_BUCKET = gitea
97-
MINIO_LOCATION = us-east-1
98-
MINIO_BASE_PATH = attachments/
99-
MINIO_USE_SSL = false
89+
JWT_SECRET = KZb_QLUd4fYVyxetjxC4eZkrBgWM2SndOOWDNtgUUko

0 commit comments

Comments
 (0)