snap_usns: fix snap configuration
Bad dictionary. Signed-off-by: Michał Sawicz <michal@sawicz.net>
This commit is contained in:
parent
34011b4fb1
commit
2036c68972
6
.github/workflows/scripts/check_usns.py
vendored
6
.github/workflows/scripts/check_usns.py
vendored
@ -27,8 +27,10 @@ RELEASE = "bionic"
|
||||
TEAM = "subsurface"
|
||||
SOURCE_NAME = "subsurface"
|
||||
SNAPS = {
|
||||
"subsurface": {"stable": {"recipe": "subsurface-stable"}},
|
||||
"subsurface": {"candidate": {"recipe": "subsurface-candidate"}},
|
||||
"subsurface": {
|
||||
"stable": {"recipe": "subsurface-stable"},
|
||||
"candidate": {"recipe": "subsurface-candidate"},
|
||||
},
|
||||
}
|
||||
|
||||
STORE_URL = "https://api.snapcraft.io/api/v1/snaps" "/details/{snap}?channel={channel}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user