Migrate ci:watch to standalone script
This commit is contained in:
@@ -14,14 +14,6 @@ gh = 'latest'
|
||||
[task_config]
|
||||
includes = ["scripts"]
|
||||
|
||||
# PUBLIC TASKS
|
||||
|
||||
# CI
|
||||
|
||||
[tasks."ci:watch"]
|
||||
description = "Monitor CI status"
|
||||
run = "gh run watch"
|
||||
|
||||
# PRODUCTION
|
||||
|
||||
[tasks."prod:console"]
|
||||
|
||||
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
#MISE description="Watch CI running"
|
||||
|
||||
set -e
|
||||
|
||||
gh run watch
|
||||
Reference in New Issue
Block a user