mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
Restoring quiet and removing upgrade tests execution on debian-sid
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
summary: Check that upgrade works
|
||||
|
||||
systems: [-debian-sid-*]
|
||||
|
||||
restore: |
|
||||
if [ "$REMOTE_STORE" = staging ]; then
|
||||
echo "skip upgrade tests while talking to the staging store"
|
||||
exit 0
|
||||
fi
|
||||
rm -f /var/tmp/myevil.txt
|
||||
|
||||
execute: |
|
||||
if [ "$REMOTE_STORE" = staging ]; then
|
||||
echo "skip upgrade tests while talking to the staging store"
|
||||
|
||||
Reference in New Issue
Block a user