File tree Expand file tree Collapse file tree 3 files changed +1
-37
lines changed
tools/github-actions/build-saa Expand file tree Collapse file tree 3 files changed +1
-37
lines changed Original file line number Diff line number Diff line change 5252 steps :
5353 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5454 - uses : ./tools/github-actions/setup-deps
55- - uses : ./tools/github-actions/build-saa
5655 - run : make tools
5756 - run : make test
5857 - run : make build
Original file line number Diff line number Diff line change @@ -20,9 +20,7 @@ WORKDIR /app
2020# 安装所需的软件
2121RUN apt update && apt install -y maven git python3
2222
23- # 下载Spring AI Alibaba和DataAgent源码,用于构建
24- RUN git clone https://github.com/alibaba/spring-ai-alibaba.git \
25- && cd spring-ai-alibaba && mvn install -DskipTests && cd ..
23+ # 下载DataAgent源码,用于构建
2624RUN git clone https://github.com/spring-ai-alibaba/DataAgent.git \
2725 && cd DataAgent && mvn install -DskipTests \
2826 && cp ./spring-ai-alibaba-data-agent-management/target/spring-ai-alibaba-data-agent-management-0.1.0-SNAPSHOT.jar /app/app.jar \
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments