Update promote_snap.sh

pull/162/head
BIBO 2020-09-07 23:17:03 +03:00 zatwierdzone przez GitHub
rodzic 1ca95adbca
commit 586a884c42
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -12,7 +12,7 @@ else
echo "This is release - $GIT_VER"
fi
if $(timeout 5 snapcraft status wmbusmeters-test2 >/dev/null); then
if $(timeout 5 snapcraft status $SNAP_NAME >/dev/null); then
echo "snapcraft login sucessfull, continuing"
else
echo "Looks like snapcraft login is not sucessfull, exiting...."