Source cargo env. Don't add description if its gonna get cut off.
This commit is contained in:
parent
30d55685bc
commit
1eacc9baa9
|
|
@ -10,6 +10,7 @@ spec:
|
||||||
script: |
|
script: |
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -ex
|
set -ex
|
||||||
|
source ~/.cargo/env
|
||||||
cd $(workspaces.source.path)
|
cd $(workspaces.source.path)
|
||||||
just ci/build
|
just ci/build
|
||||||
just ci/test
|
just ci/test
|
||||||
|
|
@ -45,7 +45,7 @@ spec:
|
||||||
- name: git-owner
|
- name: git-owner
|
||||||
value: limbo
|
value: limbo
|
||||||
- name: description
|
- name: description
|
||||||
value: "Auto trigger build via tekton."
|
value: ""
|
||||||
- name: git-repo-name
|
- name: git-repo-name
|
||||||
value: $(params.gitea-repo-name)
|
value: $(params.gitea-repo-name)
|
||||||
- name: name
|
- name: name
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue