feat: migrate from GitLab CI to Gitea Actions
schemas / check-release (pull_request) Failing after 1m11s
schemas / vulnerabilities (pull_request) Successful in 2m4s
schemas / check (pull_request) Successful in 4m1s
schemas / build (pull_request) Has been skipped
schemas / deploy-prod (pull_request) Has been skipped
pre-commit / pre-commit (pull_request) Successful in 5m6s
schemas / check-release (pull_request) Failing after 1m11s
schemas / vulnerabilities (pull_request) Successful in 2m4s
schemas / check (pull_request) Successful in 4m1s
schemas / build (pull_request) Has been skipped
schemas / deploy-prod (pull_request) Has been skipped
pre-commit / pre-commit (pull_request) Successful in 5m6s
- Update git remote to git.unbound.se - Add Gitea workflows: ci.yaml, pre-commit.yaml, release.yaml, goreleaser.yaml - Delete .gitlab-ci.yml - Update Go module path to gitea.unbound.se/unboundsoftware/schemas - Update all imports to new module path - Update Docker registry to oci.unbound.se - Update .goreleaser.yml for Gitea releases with internal cluster URL - Remove GitLab CI linter from pre-commit config - Use shared release workflow with tag_only for versioning Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -21,6 +21,9 @@ homebrew_casks:
|
||||
repository:
|
||||
owner: unboundsoftware
|
||||
name: homebrew-taps
|
||||
git:
|
||||
url: 'http://gitea-http.gitea.svc.cluster.local:3000/unboundsoftware/homebrew-taps.git'
|
||||
token: '{{ .Env.GITEA_TOKEN }}'
|
||||
binaries: [schemactl]
|
||||
directory: Casks
|
||||
commit_author:
|
||||
@@ -32,6 +35,7 @@ homebrew_casks:
|
||||
install: |
|
||||
# replace foo with the actual binary name
|
||||
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/schemactl"]
|
||||
url_template: "https://git.unbound.se/unboundsoftware/schemas/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
|
||||
|
||||
archives:
|
||||
- id: unbound-schemas
|
||||
|
||||
Reference in New Issue
Block a user