Skip to content

Commit b9120de

Browse files
authored
Stop tracking channel for held snaps (#638)
1 parent ad802fe commit b9120de

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/constants.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@
4040
SNAP_PACKAGES = [
4141
(
4242
POSTGRESQL_SNAP_NAME,
43-
{
44-
"revision": {"aarch64": "132", "x86_64": "133"},
45-
"channel": "14/stable",
46-
},
43+
{"revision": {"aarch64": "132", "x86_64": "133"}},
4744
)
4845
]
4946

0 commit comments

Comments
 (0)