From 3056ca870b613f7855ba0098ec73f637d61308cb Mon Sep 17 00:00:00 2001 From: lostinlight Date: Sat, 15 Jan 2022 20:04:57 +0300 Subject: [PATCH] Testing CI (2) --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index c079743..e75096d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,7 +6,7 @@ pipeline: image: node:lts-alpine commands: - npm install gulp -g - - whereis gulp + - which gulp - echo $PATH - npm install hexo-cli -g - gulp build --cwd ./themes/starter