From 2948ffcd6f94d440ede1289d6a800b1b5a49f507 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sat, 18 Sep 2021 15:39:03 -0300 Subject: [PATCH] woodpecker: no romperse cuando no hay assets/js/ --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 01a0988..cf07c72 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ pipeline: build: image: registry.nulo.in/sutty/haini.sh:root commands: - - rm assets/js/* + - rm -f assets/js/* - make yarn hainish="sh -c" - make webpack hainish="sh -c"