From 25ae67fa8319c59d4e48bb117cea4300ae908d19 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 24 Jul 2024 17:05:14 +0200 Subject: [PATCH] password test --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 7383c4c..450a628 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,6 +15,8 @@ steps: - name: Deploiement image: node:18 commands: + - echo ${password} + - echo $(password) - node -v - git clone https://git.deligraph.be/Antoine/Oxfam_Interactive_map.git - cd Oxfam_Interactive_map