From b8e1a67904c84f7113b222f5b62dde70b5b15fdc Mon Sep 17 00:00:00 2001 From: Nick Slowinski Date: Sat, 9 Sep 2023 17:26:34 +0200 Subject: [PATCH] Drone: testing --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 0e03a81..80802fc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,6 +19,7 @@ steps: - name: build image: registry.access.redhat.com/ubi9/nodejs-18-minimal:1-67 commands: + - cd ~/docs - npm install --only=production - npm run build trigger: