diff options
| author | 2021-09-11 16:21:24 +0200 | |
|---|---|---|
| committer | 2021-09-11 16:21:24 +0200 | |
| commit | 5b69792607d93322df3a9cd9b0a11af0f8e9d7fd (patch) | |
| tree | b8a522594e5fe67e6611012b248fa76f68db8673 /.drone.yml | |
| parent | only store statuses in the AS cache, not accounts (#210) (diff) | |
| download | gotosocial-5b69792607d93322df3a9cd9b0a11af0f8e9d7fd.tar.xz | |
update container versions
Diffstat (limited to '.drone.yml')
| -rw-r--r-- | .drone.yml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml index ec1a6aa85..62daff303 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,13 +27,13 @@ steps: - pull_request - name: test - image: golang:1.17.1 + image: golang:1.17.1-alpine3.14 volumes: - name: go-build-cache path: /root/.cache/go-build commands: - - GTS_DB_TYPE="sqlite" GTS_DB_ADDRESS=":memory:" go test -count 1 -p 1 ./... - GTS_DB_TYPE="postgres" GTS_DB_ADDRESS="postgres" go test -count 1 -p 1 ./... + - GTS_DB_TYPE="sqlite" GTS_DB_ADDRESS=":memory:" go test -count 1 -p 1 ./... when: event: include: @@ -77,11 +77,15 @@ volumes: trigger: repo: + exclude: + - "*" + include: - superseriousbusiness/gotosocial - NyaaaWhatsUpDoc/gotosocial + - f0x52/gotosocial --- kind: signature -hmac: 764ac2de691c436bd86c6cc94b862cde2b5558e4de65ff68bb0d227de1736783 +hmac: 0a467111d4fc9f8ca92ad4794d9a5aed9a5b0edb0f013d548ee341e4408c1f70 ... |
