diff --git a/.ci/fly-set-pipeline b/.ci/fly-set-pipeline new file mode 100755 index 0000000..a0d06bb --- /dev/null +++ b/.ci/fly-set-pipeline @@ -0,0 +1,2 @@ +#!/bin/sh +exec fly -t bm set-pipeline -c .concourse.yml -p blastmud-build diff --git a/.concourse.yml b/.concourse.yml index 6df7ea8..5625ea7 100644 --- a/.concourse.yml +++ b/.concourse.yml @@ -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