From 58a32b2a255a0c6a299eb29437fd15af7d069bfa Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 28 Sep 2021 18:52:53 -0300 Subject: [PATCH] ci: usar git rm y mostrar rama a principio --- .woodpecker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 04be48f..e0b441c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,8 @@ pipeline: build: image: registry.nulo.in/sutty/haini.sh@sha256:c980e8b34f108a2728aec58959a28cdde8d0564d229d9692a5be1136ca40a982 commands: - - rm -f assets/js/* + - git branch + - git rm -f assets/js/* - make yarn hainish="sh -c" - make webpack hainish="sh -c"