Skip to content

Commit

Permalink
Add a hidden notice to easily identify executor version
Browse files Browse the repository at this point in the history
  • Loading branch information
shrivara committed Aug 3, 2018
1 parent 07aa933 commit 80568d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ def run(self):
if exit_code > 0:
return exit_code

if self.config['IS_NEW_BUILD_RUNNER_SUBSCRIPTION']:
self.log.warn('Using new build runner')

for step in self.steps:
if step.get('who', None) == self.config['WHO']:
script = step.get('script', None)
Expand Down

0 comments on commit 80568d8

Please sign in to comment.