forked from mystiq/hydrogen-web
fix: use debian latest img to get git with git branch --show-current
This commit is contained in:
parent
63f77feb7b
commit
ee9e73d8c7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ pipeline:
|
|||
- yarn build
|
||||
|
||||
deploy:
|
||||
image: node:16
|
||||
image: debian
|
||||
when:
|
||||
event: push
|
||||
branch: master
|
||||
|
|
Loading…
Reference in a new issue