2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-12-23 10:38:58 +00:00

Merge pull request #125 from revant/develop

fix: erpnext image build
This commit is contained in:
Revant Nandgaonkar 2020-03-07 13:36:02 +05:30 committed by GitHub
commit b0a874df61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,12 +29,12 @@ jobs:
if: branch = develop AND type != pull_request if: branch = develop AND type != pull_request
script: script:
- ./travis.py frappe --worker --tag edge - ./travis.py frappe --worker --tag edge
- ./travis.py frappe --worker --tag develop--tag-only - ./travis.py frappe --worker --tag develop --tag-only
- stage: "Frappe (edge)" - stage: "Frappe (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
- stage: "Frappe (edge)" - stage: "Frappe (edge)"
if: branch = develop AND type != pull_request if: branch = develop AND type != pull_request
script: script: