summaryrefslogtreecommitdiff
path: root/src/Command/Run.hs
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2026-07-05 22:57:49 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2026-07-09 19:45:40 +0200
commit0b3b675bfc9e78ee563d526f17184e317a962ae8 (patch)
treed88a9a768338435cdcc4d316902b3dba30dbb397 /src/Command/Run.hs
parent439481ad37868c732fa68fc31b65c581d0dcd7fa (diff)
Move watch-branch test event to Expression moduleHEADmaster
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