2
Fork 0
dt-plugin-template/.ci/tasks/clippy.yml
Lucas Schwiderski 22906f1065
Use external URLs in CI
This makes it agnostic to the internal topology on the server hosting
the worker.
2025-04-22 16:01:47 +02:00

27 lines
585 B
YAML

# yaml-language-server: $schema=https://raw.githubusercontent.com/cappyzawa/concourse-pipeline-jsonschema/master/concourse_jsonschema.json#/definitions/TaskConfig
---
platform: linux
image_resource:
name: rust-xwin-ci
type: registry-image
source:
repository: registry.sclu1034.dev/rust-xwin-ci
tag: latest
username: ((registry_user))
password: ((registry_password))
inputs:
- name: repo
caches:
- path: repo/target
- path: /usr/local/cargo/registry
params:
CI: "true"
FORGEJO_API_KEY: ((forgejo_api_key))
run:
path: .ci/tasks/clippy.sh
dir: repo