mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-02 08:57:32 -04:00
parent
890a0c3cee
commit
554581f848
24
.drone.yml
24
.drone.yml
@ -117,18 +117,18 @@ pipeline:
|
|||||||
when:
|
when:
|
||||||
event: [ tag ]
|
event: [ tag ]
|
||||||
|
|
||||||
test-sqlite:
|
# test-sqlite:
|
||||||
image: golang:1.11
|
# image: golang:1.11
|
||||||
pull: true
|
# pull: true
|
||||||
group: test
|
# group: test
|
||||||
environment:
|
# environment:
|
||||||
TAGS: bindata
|
# TAGS: bindata
|
||||||
commands:
|
# commands:
|
||||||
- curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
|
# - curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
|
||||||
- apt-get install -y git-lfs
|
# - apt-get install -y git-lfs
|
||||||
- make test-sqlite
|
# - make test-sqlite
|
||||||
when:
|
# when:
|
||||||
event: [ push, tag, pull_request ]
|
# event: [ push, tag, pull_request ]
|
||||||
|
|
||||||
test-mysql:
|
test-mysql:
|
||||||
image: golang:1.11
|
image: golang:1.11
|
||||||
|
Loading…
Reference in New Issue
Block a user