concourse-scripts/pipelines/st/st-pipeline.yml
laurens 4e20b67277 ST: First build pipeline
Pipeline for docker image
Pipeline for building st (using docker image from previous pipeline)

TODO: No publishing of a release yet, didn't find anything yet to push
release to
2020-04-19 17:48:03 +02:00

28 lines
585 B
YAML

resources:
- name: st-git
type: git
icon: github-circle
source:
uri: https://github.com/laurensmiers/st
branch: master
jobs:
- name: st-job
public: true
plan:
- get: st-git
trigger: true
- task: st-make
config:
platform: linux
image_resource:
type: docker-image
source:
repository: ((docker-hub-username))/st-builder
inputs:
- name: st-git
run:
path: make
args:
- -C
- ./st-git