Skip to content

Commit 041c5e1

Browse files
committed
feat(taskfile): add gcl task for GitLab CI local execution
1 parent 916c1fd commit 041c5e1

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

taskfile.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,9 @@ tasks:
198198
helm:template:
199199
silent: true
200200
dir: k8s
201-
cmds: [helm template playstack ./helm]
201+
cmds: [helm template playstack ./helm]
202+
203+
gcl:
204+
silent: true
205+
cmds:
206+
- gitlab-ci-local --list | fzf | awk '{print $1}' | xargs gitlab-ci-local

0 commit comments

Comments
 (0)