summaryrefslogtreecommitdiff
path: root/src/Command/Run.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Command/Run.hs')
-rw-r--r--src/Command/Run.hs2
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