diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2018-10-25 10:31:26 +0200 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2018-10-25 16:31:26 +0800 |
commit | c258ae8adac13edcc35e1d80c62c1cc94ef72634 (patch) | |
tree | 46034b0d586bbb5b411c575ca69345144f67f68f /.drone.yml | |
parent | ffd5fb813914130d55e52b1a8cbeae5f62cbe782 (diff) | |
download | gitea-c258ae8adac13edcc35e1d80c62c1cc94ef72634.tar.gz gitea-c258ae8adac13edcc35e1d80c62c1cc94ef72634.zip |
revert #5146 (#5167)
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index 883c266dad..682797105e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -56,7 +56,7 @@ pipeline: event: [ push, tag, pull_request ] build-without-gcc: - image: golang:1.11 + image: golang:1.9 pull: true commands: - go build -o gitea_no_gcc # test if build succeeds without the sqlite tag |