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

Merge pull request #153 from frappe/develop

fix: travis wrapper script for build on master
This commit is contained in:
Revant Nandgaonkar 2020-03-16 22:49:59 +05:30 committed by GitHub
commit bbb948a948
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: