Pull request 1972: fix-snap-upload
Squashed commit of the following: commit 6d028abb64ef08b3678e8dc55942433308f98819 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Wed Aug 23 14:57:26 2023 +0300 scripts: fix snap upload
This commit is contained in:
parent
2bfc9fcb12
commit
3722c28464
|
@ -76,8 +76,8 @@ do
|
||||||
# Skip the ones that were failed by a duplicate upload error.
|
# Skip the ones that were failed by a duplicate upload error.
|
||||||
case "$snapcraft_output"
|
case "$snapcraft_output"
|
||||||
in
|
in
|
||||||
(*'A file with this exact same content has already been uploaded'|\
|
(*'A file with this exact same content has already been uploaded'*|\
|
||||||
'Error checking upload uniqueness'*)
|
*'Error checking upload uniqueness'*)
|
||||||
|
|
||||||
log "warning: duplicate upload, skipping"
|
log "warning: duplicate upload, skipping"
|
||||||
log "snapcraft upload error: ${snapcraft_output}"
|
log "snapcraft upload error: ${snapcraft_output}"
|
||||||
|
|
Loading…
Reference in New Issue