2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-12-23 10:38:58 +00:00

fix: travis yml indent error

This commit is contained in:
Revant Nandgaonkar 2020-03-05 22:25:11 +05:30
parent 91a66e7c75
commit 7477e53428

View File

@ -26,10 +26,10 @@ matrix:
- docker build -t frappe/bench:latest -f build/bench/Dockerfile .
- docker push frappe/bench:latest
- name: "Build Frappe python environment (edge)"
if: branch = develop AND type != pull_request
script:
- ./travis.py frappe --nginx --tag edge
- ./travis.py frappe --nginx --tag develop--tag-only
if: branch = develop AND type != pull_request
script:
- ./travis.py frappe --nginx --tag edge
- ./travis.py frappe --nginx --tag develop--tag-only
- name: "Build Frappe nginx + static assets (edge)"
if: branch = develop AND type != pull_request
script: