diff options
author | techknowlogick <techknowlogick@gitea.io> | 2021-02-28 22:43:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-01 11:43:55 +0800 |
commit | d801a158c53bcdba75207db9faaace29251203a8 (patch) | |
tree | e97ad5014d1418c707a9852a4169efb886bb6722 /.drone.yml | |
parent | a4148c0f12fe5a93d2c9a40f24d4813bcfef4ff8 (diff) | |
download | gitea-d801a158c53bcdba75207db9faaace29251203a8.tar.gz gitea-d801a158c53bcdba75207db9faaace29251203a8.zip |
use gomod support w/ xgo (#14836)
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index f64f5e6710..3ad3e15325 100644 --- a/.drone.yml +++ b/.drone.yml @@ -480,6 +480,9 @@ platform: os: linux arch: amd64 +workspace: + path: /source + trigger: branch: - master @@ -574,6 +577,9 @@ platform: os: linux arch: amd64 +workspace: + path: /source + trigger: event: - tag |