Setup python and make
All checks were successful
Run checks / checks (pull_request) Successful in 1m27s
All checks were successful
Run checks / checks (pull_request) Successful in 1m27s
This commit is contained in:
parent
da6339d74d
commit
18e653fd2e
5 changed files with 20 additions and 12 deletions
|
@ -3,9 +3,6 @@
|
|||
import importlib
|
||||
import os
|
||||
import sys
|
||||
|
||||
sys.path.insert(0, os.path.expanduser("~/git/blender-devops/buildbot"))
|
||||
|
||||
import setup
|
||||
importlib.reload(setup)
|
||||
BuildmasterConfig = setup.setup()
|
||||
|
|
|
@ -36,7 +36,7 @@ devops_host_id = os.environ.get("DEVOPS_HOST_ID", default="localhost")
|
|||
|
||||
|
||||
def setup() -> Dict[str, Any]:
|
||||
####### MAIN CONFIGURATION
|
||||
####### MAIN - configuration
|
||||
c = {}
|
||||
|
||||
# Change Source
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue