File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
.github/actions/artifact_meta_container_failure Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
for name in "test-databend-meta-0" "test-databend-meta-1" "test-databend-meta-2" "databend-metaverifier"
15
15
do
16
16
echo "cat logs of $name"
17
- kubectl exec -i $name -n databend -- cat-logs > logs/$name.log
17
+ kubectl exec -i $name -n databend -- / cat-logs.sh > logs/$name.log
18
18
done
19
19
tar -zcf logs/failure-${{ inputs.name }}.tar.gz logs/*
20
20
- uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ RUN apt-get update -y && \
10
10
rm -rf /var/cache/apt/*
11
11
COPY ./distro/$TARGETPLATFORM/databend-meta /usr/bin/databend-meta
12
12
COPY ./distro/$TARGETPLATFORM/databend-metactl /usr/bin/databend-metactl
13
- COPY ./distro/$TARGETPLATFORM/cat-logs.sh /usr/bin/ cat-logs
13
+ COPY ./distro/$TARGETPLATFORM/cat-logs.sh /cat-logs.sh
14
14
ENTRYPOINT ["databend-meta" ]
You can’t perform that action at this time.
0 commit comments