mirror of
https://gitlab.com/Thoscellen/Wallset.git
synced 2025-05-31 19:04:51 +02:00
fix "No project found for the given test/v0.9."
This commit is contained in:
parent
c1a221bd8a
commit
b5aeabc813
@ -46,7 +46,7 @@ def validate_brightness_image(working_path, theme_config, high_light, image_list
|
|||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def working_path():
|
def working_path():
|
||||||
# get the global variables containing gitlab-given project slug.
|
# get the global variables containing gitlab-given project slug.
|
||||||
project_slug = os.environ["RELEASE_VERSION"]
|
project_slug = os.environ["PACKAGE_NAME"]
|
||||||
root_folder = os.environ["ENTRY_FOLDER"]
|
root_folder = os.environ["ENTRY_FOLDER"]
|
||||||
working_path = Path(root_folder, project_slug)
|
working_path = Path(root_folder, project_slug)
|
||||||
if not working_path.is_dir():
|
if not working_path.is_dir():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user