diff options
author | Alexey Terentyev <axifnx@gmail.com> | 2018-06-12 13:34:56 +0300 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2018-06-12 13:34:56 +0300 |
commit | 7b773bd49fddec4101e42690546d606ae7378ba0 (patch) | |
tree | 601f1e322fe78291bcd7af255a2aea1ce9059e3d /integrations | |
parent | 37359aee6801c6ff034c832800e3d90e256aa21a (diff) | |
download | gitea-7b773bd49fddec4101e42690546d606ae7378ba0.tar.gz gitea-7b773bd49fddec4101e42690546d606ae7378ba0.zip |
Fixed drone command in readme (#4222)
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
Diffstat (limited to 'integrations')
-rw-r--r-- | integrations/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integrations/README.md b/integrations/README.md index 64041b5469..927368818c 100644 --- a/integrations/README.md +++ b/integrations/README.md @@ -13,7 +13,7 @@ Make sure to perform a clean build before running tests: ## Run all tests via local drone ``` -drone exec --local --build.event "pull_request" +drone exec --local --build-event "pull_request" ``` ## Run sqlite integrations tests |