mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 23:35:09 +00:00
fix: travis yml formatting
This commit is contained in:
parent
d071bf232d
commit
4771feee06
1 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ after_success:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- name: "Build Frappe bench development environment(latest)"
|
- name: "Build Frappe bench development environment (latest)"
|
||||||
if: branch = develop AND type != pull_request
|
if: branch = develop AND type != pull_request
|
||||||
script:
|
script:
|
||||||
- docker build -t frappe/bench:latest -f build/bench/Dockerfile .
|
- docker build -t frappe/bench:latest -f build/bench/Dockerfile .
|
||||||
|
|
@ -30,7 +30,7 @@ matrix:
|
||||||
script:
|
script:
|
||||||
- ./travis.py frappe --nginx --tag edge
|
- ./travis.py frappe --nginx --tag edge
|
||||||
- ./travis.py frappe --nginx --tag develop--tag-only
|
- ./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
|
if: branch = develop AND type != pull_request
|
||||||
script:
|
script:
|
||||||
- ./travis.py frappe --nginx --tag edge
|
- ./travis.py frappe --nginx --tag edge
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue