mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-18 11:28:48 -06:00
remove unused skip config
This commit is contained in:
@@ -1850,14 +1850,8 @@ def skipIfUnchanged(ctx, type):
|
||||
acceptance = [
|
||||
"^tests/acceptance/.*",
|
||||
]
|
||||
go_mod = [
|
||||
"^go.mod",
|
||||
"^go.sum",
|
||||
]
|
||||
|
||||
skip = []
|
||||
if type == "go-mod":
|
||||
skip = go_mod
|
||||
if type == "acceptance-tests":
|
||||
skip = base + unit
|
||||
if type == "unit-tests":
|
||||
|
||||
Reference in New Issue
Block a user