summaryrefslogtreecommitdiffstats
path: root/snapcraft.yaml
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2018-08-24 10:08:56 -0600
committerAnthony Fok <foka@debian.org>2018-08-24 10:08:56 -0600
commit66f688f7120560ca787c1a23e3e7fbc3aa617956 (patch)
treeb17690d283b81e81fd757b6afddb13d4147f2324 /snapcraft.yaml
parent2c934be8ab01e18fc2f5c56c35a6957f2d7b3af3 (diff)
snap: Skip installing postcss due to failure on build server
npm running on fails to fetch postcss-cli on build.snapcraft.io due to network proxy issue. See https://forum.snapcraft.io/t/build-fails-behind-proxy-on-build-snapcraft-io/6951/3
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml10
1 files changed, 1 insertions, 9 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index fd862fe02..a4667a3ba 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -58,16 +58,8 @@ parts:
node:
plugin: nodejs
- node-packages: [postcss-cli]
- filesets:
- node:
- - bin/node
- postcss:
- - bin/postcss
- - lib/node_modules/postcss-cli/*
prime:
- - $node
- - $postcss
+ - bin/node
pygments:
plugin: python