Skip to content

Commit

Permalink
Pull request 1972: fix-snap-upload
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 6d028ab
Author: Ainar Garipov <[email protected]>
Date:   Wed Aug 23 14:57:26 2023 +0300

    scripts: fix snap upload
  • Loading branch information
ainar-g committed Aug 23, 2023
1 parent 2bfc9fc commit 3722c28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/snap/upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ do
# Skip the ones that were failed by a duplicate upload error.
case "$snapcraft_output"
in
(*'A file with this exact same content has already been uploaded'|\
'Error checking upload uniqueness'*)
(*'A file with this exact same content has already been uploaded'*|\
*'Error checking upload uniqueness'*)

log "warning: duplicate upload, skipping"
log "snapcraft upload error: ${snapcraft_output}"
Expand Down

0 comments on commit 3722c28

Please sign in to comment.