From a21219eaa5b889876b7435286b911877fabcd38b Mon Sep 17 00:00:00 2001 From: Condorra Date: Sun, 12 Feb 2023 18:03:27 +1100 Subject: [PATCH] Minor fixups. --- .ci/fly-set-pipeline | 2 ++ .concourse.yml | 7 +++---- 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100755 .ci/fly-set-pipeline 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