Minor fixups.

This commit is contained in:
Condorra 2023-02-12 18:03:27 +11:00
parent dd6cd293ca
commit a21219eaa5
2 changed files with 5 additions and 4 deletions

2
.ci/fly-set-pipeline Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
exec fly -t bm set-pipeline -c .concourse.yml -p blastmud-build

View File

@ -12,14 +12,13 @@ jobs:
source: source:
repository: rust repository: rust
inputs: inputs:
- blastmud-repo - name: blastmud-repo
caches: caches:
- target - path: target
outputs: outputs:
- target - name: target
run: run:
path: blastmud-repo/.ci/build path: blastmud-repo/.ci/build
args: ["Hello", "world!"]
resources: resources:
- name: blastmud-repo - name: blastmud-repo
type: git type: git