From 9366a219c334a51167b74badeac4bc442b96a9e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Mon, 8 Aug 2022 17:31:08 +0200 Subject: [PATCH] Whoami --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 5c17892..171d671 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,5 +7,6 @@ steps: image: gitea.kosmos.org/kredits/docker-ci:latest #image: node:16.16 commands: + - whoami - npm install - npm test