Skip to content

Commit

Permalink
Instanced pipeline updates (#487)
Browse files Browse the repository at this point in the history
* Adds missing build-image.yml task
* Removes redundant pipeline definition, config and script
  • Loading branch information
spikymonkey authored Sep 15, 2023
1 parent 67122b9 commit a692214
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 290 deletions.
4 changes: 0 additions & 4 deletions ci/config-concourse.yml

This file was deleted.

251 changes: 0 additions & 251 deletions ci/pipeline.yml

This file was deleted.

19 changes: 19 additions & 0 deletions ci/tasks/build-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
platform: linux
image_resource:
type: registry-image
source:
repository: ((dockerhub-mirror-registry))/concourse/oci-build-task
tag: 0.11.1

inputs:
- name: source

outputs:
- name: image

run:
path: build

params:
CONTEXT:
35 changes: 0 additions & 35 deletions scripts/set-pipelines.sh

This file was deleted.

0 comments on commit a692214

Please sign in to comment.