mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
snap_usns: fix snap configuration
Bad dictionary. Signed-off-by: Michał Sawicz <michal@sawicz.net>
This commit is contained in:
parent
34011b4fb1
commit
2036c68972
1 changed files with 4 additions and 2 deletions
6
.github/workflows/scripts/check_usns.py
vendored
6
.github/workflows/scripts/check_usns.py
vendored
|
@ -27,8 +27,10 @@ RELEASE = "bionic"
|
||||||
TEAM = "subsurface"
|
TEAM = "subsurface"
|
||||||
SOURCE_NAME = "subsurface"
|
SOURCE_NAME = "subsurface"
|
||||||
SNAPS = {
|
SNAPS = {
|
||||||
"subsurface": {"stable": {"recipe": "subsurface-stable"}},
|
"subsurface": {
|
||||||
"subsurface": {"candidate": {"recipe": "subsurface-candidate"}},
|
"stable": {"recipe": "subsurface-stable"},
|
||||||
|
"candidate": {"recipe": "subsurface-candidate"},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
STORE_URL = "https://api.snapcraft.io/api/v1/snaps" "/details/{snap}?channel={channel}"
|
STORE_URL = "https://api.snapcraft.io/api/v1/snaps" "/details/{snap}?channel={channel}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue