- Add a small build script
- Take in the build worker branch name from config - Add additional logging (to be removed after we figure out the problem)
This commit is contained in:
parent
772d5d0772
commit
361fb33574
4 changed files with 5 additions and 1 deletions
|
@ -67,6 +67,7 @@ class BuilderExecutor(object):
|
|||
quay_password=quay_password,
|
||||
manager_hostname=manager_hostname,
|
||||
coreos_channel=coreos_channel,
|
||||
worker_tag=self.executor_config['WORKER_TAG'],
|
||||
)
|
||||
|
||||
|
||||
|
|
Reference in a new issue