This commit is contained in:
Yakov Olkhovskiy 2024-10-02 23:03:08 +00:00
parent 4f23f16417
commit 5e95ce8a48

View File

@ -171,7 +171,7 @@ def main():
if __name__ == "__main__":
from os import sys, path
from os import path, sys
ACTIVE_DIR = path.dirname(path.abspath(__file__))
sys.path.append(path.dirname(ACTIVE_DIR))
from ci.env_helper import S3_BUILDS_BUCKET