Merge ~rbarry/grafana-snap:rock into grafana-snap:rock

Proposed by Ryan Barry
Status: Merged
Approved by: Ryan Barry
Approved revision: 1e7536da42edf5fe44b2966f956586e4ba739330
Merged at revision: 1e7536da42edf5fe44b2966f956586e4ba739330
Proposed branch: ~rbarry/grafana-snap:rock
Merge into: grafana-snap:rock
Diff against target: 17 lines (+3/-3)
1 file modified
snapcraft.yaml (+3/-3)
Reviewer Review Type Date Requested Status
BootStack Reviewers Pending
Review via email: mp+430346@code.launchpad.net

Commit message

Use options for the version of yarn Grafana expects

Description of the change

Use options for the version of yarn Grafana expects

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/snapcraft.yaml b/snapcraft.yaml
2index 65b4bb9..51c421f 100644
3--- a/snapcraft.yaml
4+++ b/snapcraft.yaml
5@@ -93,9 +93,9 @@ parts:
6 npm install --location=global --prefix $SNAPCRAFT_PART_BUILD yarn
7 cat /etc/resolv.conf
8 env
9- yarn config list
10- yarn config set registry https://registry.npmjs.org
11- yarn config list
12+ yarn config
13+ yarn config set npmRegistryServer https://registry.npmjs.org
14+ yarn config
15 YARN_ENABLE_PROGRESS_BARS=false yarn install --immutable
16 yarn run build
17 yarn run plugins:build-bundled

Subscribers

People subscribed via source and target branches

to all changes: