| 1234567891011121314151617181920212223242526272829 |
- {
- "package": {
- "name": "${TRAVIS_OS_NAME}",
- "repo": "${TRAVIS_BRANCH}",
- "subject": "docker-compose",
- "desc": "Automated build of master branch from travis ci.",
- "website_url": "https://github.com/docker/compose",
- "issue_tracker_url": "https://github.com/docker/compose/issues",
- "vcs_url": "https://github.com/docker/compose.git",
- "licenses": ["Apache-2.0"]
- },
- "version": {
- "name": "${TRAVIS_BRANCH}",
- "desc": "Automated build of the ${TRAVIS_BRANCH} branch.",
- "released": "${DATE}",
- "vcs_tag": "master"
- },
- "files": [
- {
- "includePattern": "dist/(.*)",
- "excludePattern": ".*\.tar.gz",
- "uploadPattern": "$1",
- "matrixParams": { "override": 1 }
- }
- ],
- "publish": true
- }
|