mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
snap: drop candidate channel
Building directly into `stable` from the `current` branch. Signed-off-by: Michał Sawicz <michal@sawicz.net>
This commit is contained in:
parent
ca5f28206b
commit
568aeb7bce
1 changed files with 0 additions and 2 deletions
2
.github/workflows/scripts/check_usns.py
vendored
2
.github/workflows/scripts/check_usns.py
vendored
|
@ -23,13 +23,11 @@ logger.setLevel(logging.INFO)
|
||||||
|
|
||||||
APPLICATION = "subsurface-ci"
|
APPLICATION = "subsurface-ci"
|
||||||
LAUNCHPAD = "production"
|
LAUNCHPAD = "production"
|
||||||
RELEASE = "bionic"
|
|
||||||
TEAM = "subsurface"
|
TEAM = "subsurface"
|
||||||
SOURCE_NAME = "subsurface"
|
SOURCE_NAME = "subsurface"
|
||||||
SNAPS = {
|
SNAPS = {
|
||||||
"subsurface": {
|
"subsurface": {
|
||||||
"stable": {"recipe": "subsurface-stable"},
|
"stable": {"recipe": "subsurface-stable"},
|
||||||
"candidate": {"recipe": "subsurface-candidate"},
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue