mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 03:48:37 +08:00
enhance: [skip e2e]to workaround the error "HOME not set" (#30047)
issue: #30046 to workaround the error "HOME not set" happened in self hosted runner solution from https://alexanderhose.com/aws-codecommit-with-instance-role-and-user-data/ Signed-off-by: Sammy Huang <sammy.huang@zilliz.com>
This commit is contained in:
parent
1152838a54
commit
e7dc82d8cc
4
.github/workflows/all-contributors.yaml
vendored
4
.github/workflows/all-contributors.yaml
vendored
@ -57,8 +57,8 @@ jobs:
|
|||||||
- name: commit code
|
- name: commit code
|
||||||
run: |
|
run: |
|
||||||
pwd
|
pwd
|
||||||
git config --global user.email "sre-ci-robot@zilliz.com"
|
git config --system user.email "sre-ci-robot@zilliz.com"
|
||||||
git config --global user.name "sre-ci-robot"
|
git config --system user.name "sre-ci-robot"
|
||||||
git add -u
|
git add -u
|
||||||
git diff-index --cached --quiet HEAD || (git commit -s -m 'Update all contributors' && git push)
|
git diff-index --cached --quiet HEAD || (git commit -s -m 'Update all contributors' && git push)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user