diff options
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 |