blastmud/.concourse.yml

31 lines
670 B
YAML
Raw Normal View History

jobs:
- name: build-blastmud-image
public: true
plan:
- get: blastmud-repo
trigger: true
- task: build
config:
platform: linux
image_resource:
type: registry-image
source:
repository: rust
2023-02-12 18:00:25 +11:00
inputs:
- blastmud-repo
caches:
- target
outputs:
- target
run:
2023-02-12 18:00:25 +11:00
path: blastmud-repo/.ci/build
args: ["Hello", "world!"]
resources:
- name: blastmud-repo
type: git
check_every: never
webhook_token: ((webhook_token))
source:
uri: https://git.blastmud.org/blasthavers/blastmud.git
branch: main