mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
snapcraft.yaml: Install bin/node from node/14/stable
Resolves regression introduced in my previous commit 243951e
.
Special thanks to @jmooring for reporting the issue!
TODO: Strip the bin/node binary?
This commit is contained in:
parent
70aebba04d
commit
902535ef11
1 changed files with 7 additions and 0 deletions
|
@ -70,6 +70,13 @@ parts:
|
||||||
strip --remove-section=.comment --remove-section=.note $SNAPCRAFT_PART_INSTALL/bin/hugo
|
strip --remove-section=.comment --remove-section=.note $SNAPCRAFT_PART_INSTALL/bin/hugo
|
||||||
ls -l $SNAPCRAFT_PART_INSTALL/bin/hugo
|
ls -l $SNAPCRAFT_PART_INSTALL/bin/hugo
|
||||||
|
|
||||||
|
node:
|
||||||
|
plugin: nil
|
||||||
|
stage-snaps:
|
||||||
|
- node/14/stable
|
||||||
|
prime:
|
||||||
|
- bin/node
|
||||||
|
|
||||||
pandoc:
|
pandoc:
|
||||||
plugin: nil
|
plugin: nil
|
||||||
stage-packages:
|
stage-packages:
|
||||||
|
|
Loading…
Reference in a new issue