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:
repository: rust
inputs:
- blastmud-repo
- name: blastmud-repo
caches:
- target
- path: target
outputs:
- target
- name: target
run:
path: blastmud-repo/.ci/build
args: ["Hello", "world!"]
resources:
- name: blastmud-repo
type: git