diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2019-07-17 08:12:32 +0200 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2019-07-17 14:12:32 +0800 |
commit | aaf8c9f047185cab176744c091f51d7490baf5f8 (patch) | |
tree | db82c2b9d3ac4d92d68d8146579f270794d74a88 /.drone.yml | |
parent | ce087c58efc16e36ba5786c3396c44e123461b37 (diff) | |
download | gitea-aaf8c9f047185cab176744c091f51d7490baf5f8.tar.gz gitea-aaf8c9f047185cab176744c091f51d7490baf5f8.zip |
don't make release-version deps on transalations since translations is only triggered by push on master (#7496)
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index c07179b95d..603cb99712 100644 --- a/.drone.yml +++ b/.drone.yml @@ -455,7 +455,6 @@ trigger: depends_on: - testing - - translations steps: - name: fetch-tags |