From f12de26a201671942ebdc3fe0b1252e440065ca3 Mon Sep 17 00:00:00 2001 From: Mark Nellemann Date: Tue, 3 Jan 2023 14:10:51 +0100 Subject: [PATCH] Test build pipeline. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b9a3e6f..ccb23ea 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: AUTH_TOKEN: # Gitea access token ENV variable from_secret: auth # Name of DroneCI secret exposed above commands: - - ./gradlew publishAllPublicationsToGiteaRepository + - ./gradlew build publishAllPublicationsToGiteaRepository when: event: - tag