From df0745c449d1d7b1d0050f4ac2f1c7c71d26ab9c Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sat, 10 Apr 2021 17:33:34 +0200 Subject: [PATCH] fix --- .drone.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index f571caa..1ef8daa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,11 +19,13 @@ steps: server: https://drone.cryptic.systems token: from_secret: - - drone_token + - drone_token params: - - VERSION=${DRONE_COMMIT_HASH} + - VERSION=${DRONE_COMMIT_HASH} + # deploy: production + # last_successful: true repositories: - - flucky/PKGBUILD + - flucky/PKGBUILD # steps: # - name: test-unit