瀏覽代碼

fix(snap): add debug infos (#1008)

Baptiste Augrain 3 年之前
父節點
當前提交
08b0b1b3e5
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      stores/snapcraft/check_version.sh

+ 4 - 0
stores/snapcraft/check_version.sh

@@ -32,6 +32,10 @@ else
     export SHOULD_DEPLOY="no"
   else
 	  export SHOULD_DEPLOY="yes"
+
+    snap version
+    snap info codium
+    snap connections codium
   fi
 fi