2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 14:21:05 +00:00

fix: travis wrapper script for build on master

second attempt to get builds on master running
This commit is contained in:
Revant Nandgaonkar 2020-03-16 22:47:40 +05:30
parent 5f2bc8ec53
commit 4b1e7530e2

View File

@ -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: