summaryrefslogtreecommitdiffstats
path: root/snapcraft.yaml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-01-14 11:17:23 +0200
committerLauri Ojansivu <x@xet7.org>2020-01-14 11:17:23 +0200
commitb591727b644e6434ecb32df344451f027b8bd681 (patch)
treee8a9607f0adfceac49576c361a646e3be0199d33 /snapcraft.yaml
parent218b44d4762539ee7b42ce054aaa6ae841612525 (diff)
downloadwekan-b591727b644e6434ecb32df344451f027b8bd681.tar.gz
wekan-b591727b644e6434ecb32df344451f027b8bd681.tar.bz2
wekan-b591727b644e6434ecb32df344451f027b8bd681.zip
Try to fix Snap.
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 6c5ef37b..71882b36 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -110,7 +110,6 @@ parts:
override-build: |
echo "Cleaning environment first"
rm -rf ~/.meteor ~/.npm /usr/local/lib/node_modules
- # Create the OpenAPI specification
rm -rf .build
echo "Installing meteor"
curl https://install.meteor.com/ -o install_meteor.sh