From a35c31494a9155343b1d31c01bbbe3282d0a6a7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-R=C3=A9my=20Falleri?= Date: Mon, 29 Jan 2018 13:52:34 +0100 Subject: [PATCH 1/2] remove useless file [skip ci] --- deploy.json | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 deploy.json diff --git a/deploy.json b/deploy.json deleted file mode 100644 index e259825bd..000000000 --- a/deploy.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "package": { - "name": "nightlies", - "repo": "GumTree", - "subject": "jrfaller", - "desc": "Nightlies of the GumTree project.", - "website_url": "https://github.com/GumTreeDiff/gumtree", - "issue_tracker_url": "https://github.com/GumTreeDiff/gumtree/issues", - "vcs_url": "https://github.com/GumTreeDiff/gumtree", - "github_use_tag_release_notes": false, - "github_release_notes_file": "CHANGELOG", - "licenses": ["LGPL-3.0"], - "public_download_numbers": true, - "public_stats": true - }, - - "version": { - "name": "2.1.0-2017-2", - "desc": "Nightly version." - }, - - "files": - [ - { - "includePattern": "dist/build/distributions/(.*)", - "uploadPattern": "$1", - "matrixParams": { - "override": 1 - } - } - ], - "publish": true -} \ No newline at end of file From 21d1933afce0ae16774dffb00e39a4f1dcf65595 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-R=C3=A9my=20Falleri?= Date: Mon, 29 Jan 2018 13:53:26 +0100 Subject: [PATCH 2/2] fix github release api_key --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 72456d13b..98917d95d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,5 +17,5 @@ deploy: branch: master tags: true file: dist/build/distributions/gumtree.zip - key: - KDxVpvCTWmZK2Nxa879vjP1OCWwI5qU2BSGf9fSb/d1SiBAlFZL9AB5FTpo1JBmfTXhhk4K3YrK2d5CtDs2CmAv2s1CNDQ7RaaZXlr1ApSS/UlhNNNEFwMTkL0ZiWz54/mQW812V6KbZPOf2XxO3fns+mN43x/8PYQn8mfBDxok= + api_key: + secure: KDxVpvCTWmZK2Nxa879vjP1OCWwI5qU2BSGf9fSb/d1SiBAlFZL9AB5FTpo1JBmfTXhhk4K3YrK2d5CtDs2CmAv2s1CNDQ7RaaZXlr1ApSS/UlhNNNEFwMTkL0ZiWz54/mQW812V6KbZPOf2XxO3fns+mN43x/8PYQn8mfBDxok=