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: |
|
||||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
source ~/.cargo/env
|
||||
cd $(workspaces.source.path)
|
||||
just ci/build
|
||||
just ci/test
|
||||
|
|
@ -45,7 +45,7 @@ spec:
|
|||
- name: git-owner
|
||||
value: limbo
|
||||
- name: description
|
||||
value: "Auto trigger build via tekton."
|
||||
value: ""
|
||||
- name: git-repo-name
|
||||
value: $(params.gitea-repo-name)
|
||||
- name: name
|
||||
|
|
|
|||
Loading…
Reference in New Issue