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:
parent
d071bf232d
commit
4771feee06
@ -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 New Issue
Block a user