fix push
This commit is contained in:
parent
cd5721a82f
commit
9a7321e17c
@ -8,15 +8,11 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- (cd web && npm install && npm run build)
|
- (cd web && npm install && npm run build)
|
||||||
|
|
||||||
|
|
||||||
- name: translate-web
|
- name: translate-web
|
||||||
image: python:3
|
image: python:3
|
||||||
commands:
|
commands:
|
||||||
- pip3 install jinja2
|
- pip3 install jinja2
|
||||||
- (cd templates/ && ./translate.py)
|
- (cd templates/ && ./translate.py)
|
||||||
when:
|
|
||||||
event:
|
|
||||||
- push
|
|
||||||
|
|
||||||
- name: deploy-testing
|
- name: deploy-testing
|
||||||
image: debian
|
image: debian
|
||||||
|
Loading…
x
Reference in New Issue
Block a user