Skip to content

Commit

Permalink
fix nodesource repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mkellsy committed Sep 5, 2021
1 parent 6aa7a8a commit 14a88d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ steps:
curl -s https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | tee /usr/share/keyrings/yarn.gpg > /dev/null
curl -s https://dl.hoobs.org/debian/pubkey.gpg.key | gpg --dearmor | tee /usr/share/keyrings/hoobs.gpg > /dev/null
- create-file: /etc/apt/sources.list.d/yarn.list
- create-file: /etc/apt/sources.list.d/nodesource.list
contents: |
deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/__NODE_REPO__ __RELEASE__ main
deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/__NODE_REPO__ __RELEASE__ main
Expand Down

0 comments on commit 14a88d5

Please sign in to comment.