forked from blasthavers/blastmud
Minor fixups.
This commit is contained in:
parent
dd6cd293ca
commit
a21219eaa5
2
.ci/fly-set-pipeline
Executable file
2
.ci/fly-set-pipeline
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
exec fly -t bm set-pipeline -c .concourse.yml -p blastmud-build
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user