diff options
-rw-r--r-- | job-cfg/torbrowser-launcher.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/torbrowser-launcher.yaml b/job-cfg/torbrowser-launcher.yaml index 045444c8..6392017c 100644 --- a/job-cfg/torbrowser-launcher.yaml +++ b/job-cfg/torbrowser-launcher.yaml @@ -31,8 +31,6 @@ fail-on-error: 'true' - email: recipients: '{my_recipients}' - wrappers: - - live-screenshot node: '{my_node}' - defaults: @@ -69,6 +67,8 @@ fail-on-error: 'true' - email: recipients: '{my_recipients}' + wrappers: + - live-screenshot scm: - git: url: '{my_gitrepo}' |