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"