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
|
set -ex
|
||||||
source ~/.cargo/env
|
source ~/.cargo/env
|
||||||
cd $(workspaces.source.path)
|
cd $(workspaces.source.path)
|
||||||
just ci/build
|
just ci-build
|
||||||
just ci/test
|
just ci-test
|
||||||
|
|
@ -38,7 +38,7 @@ spec:
|
||||||
- apiVersion: tekton.dev/v1beta1
|
- apiVersion: tekton.dev/v1beta1
|
||||||
kind: PipelineRun
|
kind: PipelineRun
|
||||||
metadata:
|
metadata:
|
||||||
generateName: limbo-pipeline-
|
generateName: $(params.repo_name)-pipeline-
|
||||||
spec:
|
spec:
|
||||||
pipelineRef:
|
pipelineRef:
|
||||||
name: limbo-pipeline
|
name: limbo-pipeline
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue