From d4ea981f7fbe2f4a09dcc89c347e66a0c9f9251c Mon Sep 17 00:00:00 2001 From: meriadec Date: Tue, 2 Oct 2018 22:18:45 +0200 Subject: [PATCH 1/4] Alternative way to install latest yarn on CI relatable #1555 --- .circleci/config.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5eddfa50..c9faa4ea 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,12 +13,10 @@ jobs: - run: name: Install latest yarn command: | - curl -fsSLO --compressed "https://yarnpkg.com/downloads/$YARN_VERSION/yarn-v$YARN_VERSION.tar.gz" ; - sudo mkdir -p /opt ; - sudo tar -xzf yarn-v$YARN_VERSION.tar.gz -C /opt/ ; - sudo ln -sf /opt/yarn-v$YARN_VERSION/bin/yarn /usr/local/bin/yarn ; - sudo ln -sf /opt/yarn-v$YARN_VERSION/bin/yarnpkg /usr/local/bin/yarnpkg ; - rm yarn-v$YARN_VERSION.tar.gz + curl -sS http://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - ; + echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list ; + sudo apt-get update && sudo apt-get install yarn + sudo rm /usr/local/bin/yarn # remove docker yarn - checkout - restore_cache: keys: From 99c24e004e41e0a0f4392f5d24c2a1f1b0a18520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Wed, 3 Oct 2018 08:21:00 +0200 Subject: [PATCH 2/4] Update feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 9a32a5fb..82e999c5 100755 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,6 @@ --- name: ✨ Feature Request -about: Any feature you find missing in Ledger Live? Discuss to suggest feature requests. +about: Any feature you find missing in Ledger Live? Discuss to suggest feature requests. For crypto asset support, please read [#1650](https://github.com/LedgerHQ/ledger-live-desktop/issues/1560). --- - [ ] I have checked this feature was not yet requested. From df829a8020e60d482d7a52c9f682f5c7a643c7ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Wed, 3 Oct 2018 08:21:43 +0200 Subject: [PATCH 3/4] Update feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 82e999c5..7712949c 100755 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,6 @@ --- name: ✨ Feature Request -about: Any feature you find missing in Ledger Live? Discuss to suggest feature requests. For crypto asset support, please read [#1650](https://github.com/LedgerHQ/ledger-live-desktop/issues/1560). +about: Any feature you find missing in Ledger Live? Discuss to suggest feature requests. For crypto asset support, please read Issue #1650. --- - [ ] I have checked this feature was not yet requested. From cb71cf75ff9c88d9dc1e8b9dd4190fd368f6fb67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Wed, 3 Oct 2018 08:21:56 +0200 Subject: [PATCH 4/4] Update feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 7712949c..1bf88ef7 100755 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,6 @@ --- name: ✨ Feature Request -about: Any feature you find missing in Ledger Live? Discuss to suggest feature requests. For crypto asset support, please read Issue #1650. +about: Any feature you find missing in Ledger Live? Discuss to suggest feature requests. For crypto asset support, please read Issue 1650. --- - [ ] I have checked this feature was not yet requested.