Explorar o código

fix(snap): no info if no release [skip ci] (#1237)

Baptiste Augrain %!s(int64=2) %!d(string=hai) anos
pai
achega
452550caa3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      stores/snapcraft/check_version.sh

+ 1 - 1
stores/snapcraft/check_version.sh

@@ -40,7 +40,7 @@ else
 	  export SHOULD_DEPLOY="yes"
 
     snap version
-    snap info "${SNAP_NAME}"
+    snap info "${SNAP_NAME}" 2>&1
   fi
 fi