mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-20 15:05:08 +00:00
Merge pull request #115 from revant/fix-travis-yml
fix: travis yml indent error
This commit is contained in:
commit
ed6498bcaa
1 changed files with 4 additions and 4 deletions
|
|
@ -26,10 +26,10 @@ matrix:
|
||||||
- docker build -t frappe/bench:latest -f build/bench/Dockerfile .
|
- docker build -t frappe/bench:latest -f build/bench/Dockerfile .
|
||||||
- docker push frappe/bench:latest
|
- docker push frappe/bench:latest
|
||||||
- name: "Build Frappe python environment (edge)"
|
- name: "Build Frappe python environment (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
|
||||||
- ./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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue