diff options
Diffstat (limited to 'src/Command')
| -rw-r--r-- | src/Command/Run.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Command/Run.hs b/src/Command/Run.hs index d4c995f..b26c265 100644 --- a/src/Command/Run.hs +++ b/src/Command/Run.hs @@ -262,9 +262,7 @@ watchExpressionSource expr = do watchBranchSource :: Text -> CommandExec JobSource watchBranchSource branch = do repo <- getDefaultRepo - output <- getOutput expr <- evaluateDeclaredRange repo $ RangeExpression (WatchedRef branch) (StaticRef branch) - outputEvent output $ TestMessage $ "watch-branch-started " <> branch watchExpressionSource expr watchTagSource :: Pattern -> CommandExec JobSource |