Remove unsed DISTRIBUTIONS variable
This commit is contained in:
parent
ce4d6a65e3
commit
51511e9746
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ PREFIX = from_env('PREFIX', '.')
|
||||||
REPO_COMPONENT = from_env('REPO_COMPONENT', 'main')
|
REPO_COMPONENT = from_env('REPO_COMPONENT', 'main')
|
||||||
INPUT_PATH = from_env('PATH', 'dist')
|
INPUT_PATH = from_env('PATH', 'dist')
|
||||||
SOURCE_NAME = from_env('SOURCE_PACKAGE_NAME', None)
|
SOURCE_NAME = from_env('SOURCE_PACKAGE_NAME', None)
|
||||||
DISTRIBUTIONS = []
|
|
||||||
|
|
||||||
# List changes files
|
# List changes files
|
||||||
changes_files_regex = (
|
changes_files_regex = (
|
||||||
|
|
Loading…
Reference in a new issue