# 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 type: registry-image source: repository: registry.local:5000/rust-xwin-ci tag: latest inputs: - name: repo outputs: - name: artifact caches: - path: repo/target - path: /usr/local/cargo/registry params: CI: "true" FORGEJO_API_KEY: ((forgejo_api_key)) PR: ((pr)) OUTPUT: artifact run: path: .ci/tasks/build.sh dir: repo