summaryrefslogtreecommitdiff
path: root/branding/scripts/build-all-providers
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2020-08-18 17:46:53 +0200
committerkali kaneko (leap communications) <kali@leap.se>2020-09-25 12:33:42 +0200
commit436d0437a9bbc26ba71308f1f3930a4f6c77fa25 (patch)
tree40af7c6a80dce4016cc473bd9aabe6463eb672b3 /branding/scripts/build-all-providers
parent8dd79bac1adbb3142db07c6e90656676e285db89 (diff)
[ci] build snap image
Diffstat (limited to 'branding/scripts/build-all-providers')
-rwxr-xr-xbranding/scripts/build-all-providers5
1 files changed, 3 insertions, 2 deletions
diff --git a/branding/scripts/build-all-providers b/branding/scripts/build-all-providers
index 2efcfc5..92a1307 100755
--- a/branding/scripts/build-all-providers
+++ b/branding/scripts/build-all-providers
@@ -12,6 +12,7 @@ export XBUILD=yes
for _provider in $PROVIDERS; do
export PROVIDER=$_provider;
make prepare
- make build
- make packages
+ #make build
+ #make packages
+ make package_snap
done