woodpecker: ir a la rama que queremos
This commit is contained in:
parent
bf573bc46e
commit
0f708b44f5
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ pipeline:
|
||||||
- make webpack hainish="sh -c"
|
- make webpack hainish="sh -c"
|
||||||
- mkdir ~/.ssh/
|
- mkdir ~/.ssh/
|
||||||
- echo $${GIT_SSH_KEY} > ~/.ssh/id_ed25519
|
- echo $${GIT_SSH_KEY} > ~/.ssh/id_ed25519
|
||||||
|
- git checkout ${DRONE_BRANCH} # Tenemos que hacer esto porque Woodpecker solo `git reset` ea el commit que quiere.
|
||||||
- git config user.name Woodpecker
|
- git config user.name Woodpecker
|
||||||
- git config user.email ci@nulo.in
|
- git config user.email ci@nulo.in
|
||||||
- git add assets/js/* _data/assets.json
|
- git add assets/js/* _data/assets.json
|
||||||
|
|
Loading…
Reference in a new issue