mirror of https://github.com/milvus-io/milvus.git
[skip ci] Update the krte in new ci pod yaml (#13305)
Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/13307/head
parent
8a854870da
commit
b3704b2ba5
|
@ -53,7 +53,7 @@ jobs:
|
|||
working-directory: build/ci/jenkins/pod
|
||||
run: |
|
||||
export TAG=${{ steps.extracter.outputs.version }}-${{ steps.extracter.outputs.sha_short }}
|
||||
sed -i "s#image: .*#image: milvusdb/krte:$TAG#g" krte.yaml
|
||||
sed -i "s#krte:.*#krte:${TAG}#g" ./build/ci/jenkins/pod/rte.yaml
|
||||
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
git config --local user.name "github-actions[bot]"
|
||||
git add krte.yaml
|
||||
|
|
Loading…
Reference in New Issue