diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-07-05 22:57:49 +0200 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-07-09 19:45:40 +0200 |
| commit | 0b3b675bfc9e78ee563d526f17184e317a962ae8 (patch) | |
| tree | d88a9a768338435cdcc4d316902b3dba30dbb397 /src/Command | |
| parent | 439481ad37868c732fa68fc31b65c581d0dcd7fa (diff) | |
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 |