Migrate ci:watch to standalone script
This commit is contained in:
@@ -14,14 +14,6 @@ gh = 'latest'
|
|||||||
[task_config]
|
[task_config]
|
||||||
includes = ["scripts"]
|
includes = ["scripts"]
|
||||||
|
|
||||||
# PUBLIC TASKS
|
|
||||||
|
|
||||||
# CI
|
|
||||||
|
|
||||||
[tasks."ci:watch"]
|
|
||||||
description = "Monitor CI status"
|
|
||||||
run = "gh run watch"
|
|
||||||
|
|
||||||
# PRODUCTION
|
# PRODUCTION
|
||||||
|
|
||||||
[tasks."prod:console"]
|
[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