mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-20 07:05:08 +00:00
Merge pull request #153 from frappe/develop
fix: travis wrapper script for build on master
This commit is contained in:
commit
bbb948a948
1 changed files with 3 additions and 3 deletions
|
|
@ -89,9 +89,9 @@ jobs:
|
||||||
- stage: "Frappe (v11)"
|
- stage: "Frappe (v11)"
|
||||||
if: branch = master AND type != pull_request
|
if: branch = master AND type != pull_request
|
||||||
script:
|
script:
|
||||||
- ./travis.py erpnext frappe --nginx --git-version 11
|
- ./travis.py frappe --nginx --git-version 11
|
||||||
- ./travis.py erpnext frappe --nginx --tag v11 --tag-only
|
- ./travis.py frappe --nginx --tag v11 --tag-only
|
||||||
- ./travis.py erpnext frappe --nginx --tag version-11 --tag-only
|
- ./travis.py frappe --nginx --tag version-11 --tag-only
|
||||||
- stage: "Frappe (v11)"
|
- stage: "Frappe (v11)"
|
||||||
if: branch = master AND type != pull_request
|
if: branch = master AND type != pull_request
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue