ci: usar git rm y mostrar rama a principio
This commit is contained in:
parent
8baceebff3
commit
58a32b2a25
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue