Change pipeline name so I can keep track of them. Don't use a separate just file.
This commit is contained in:
parent
b7d49faa8f
commit
ac407bf59f
|
|
@ -12,5 +12,5 @@ spec:
|
|||
set -ex
|
||||
source ~/.cargo/env
|
||||
cd $(workspaces.source.path)
|
||||
just ci/build
|
||||
just ci/test
|
||||
just ci-build
|
||||
just ci-test
|
||||
|
|
@ -38,7 +38,7 @@ spec:
|
|||
- apiVersion: tekton.dev/v1beta1
|
||||
kind: PipelineRun
|
||||
metadata:
|
||||
generateName: limbo-pipeline-
|
||||
generateName: $(params.repo_name)-pipeline-
|
||||
spec:
|
||||
pipelineRef:
|
||||
name: limbo-pipeline
|
||||
|
|
|
|||
Loading…
Reference in New Issue