2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-11 01:32:10 +00:00

fix: travis yml formatting

This commit is contained in:
Revant Nandgaonkar 2020-03-05 22:04:43 +05:30
parent d071bf232d
commit 4771feee06

View File

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