9 lines
317 B
YAML
9 lines
317 B
YAML
- id: write-argocd-repo
|
|
name: Write Argo CD repo metadata
|
|
description: Creates or overwrites .argocd/repo with origin URL, current branch, and Gitea workflow filenames, then stages it.
|
|
entry: scripts/base.sh write-argocd-repo
|
|
language: script
|
|
always_run: true
|
|
pass_filenames: false
|
|
stages: [pre-commit]
|