diff options
author | guillep2k <18600385+guillep2k@users.noreply.github.com> | 2020-04-19 08:17:02 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-19 14:17:02 +0300 |
commit | 23163e98a307300a6ba43e3d8c3b0d031398fef4 (patch) | |
tree | b85e7c49e4f5f903b25a99db7389f5a08e40551b /.drone.yml | |
parent | 16f39ce42690a57b92d8a7f1c4317f079ee842c4 (diff) | |
download | gitea-23163e98a307300a6ba43e3d8c3b0d031398fef4.tar.gz gitea-23163e98a307300a6ba43e3d8c3b0d031398fef4.zip |
Use /tmp for test repositories (#11126)
* Add option to use /tmp for test repositories
* Fix exit status
* Add feedback about using tmp repos
Co-authored-by: Guillermo Prandi <guillep2k@users.noreply.github.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 43ff21cac8..3fe8dd9980 100644 --- a/.drone.yml +++ b/.drone.yml @@ -176,6 +176,7 @@ steps: GOPROXY: off TAGS: bindata TEST_LDAP: 1 + USE_REPO_TEST_DIR: 1 depends_on: - build @@ -190,6 +191,7 @@ steps: GOPROXY: off TAGS: bindata TEST_LDAP: 1 + USE_REPO_TEST_DIR: 1 depends_on: - build @@ -204,6 +206,7 @@ steps: GOPROXY: off TAGS: bindata TEST_LDAP: 1 + USE_REPO_TEST_DIR: 1 depends_on: - build @@ -302,6 +305,7 @@ steps: environment: GOPROXY: off TAGS: bindata + USE_REPO_TEST_DIR: 1 depends_on: - build @@ -316,6 +320,7 @@ steps: GOPROXY: off TAGS: bindata TEST_LDAP: 1 + USE_REPO_TEST_DIR: 1 depends_on: - build |