Skip to content

Commit 92e6b03

Browse files
authored
Merge pull request #21 from VLSMB/main
refactor: remove build saa snapshot in dockerfile and ci
2 parents 82c9a97 + be7e941 commit 92e6b03

File tree

3 files changed

+1
-37
lines changed

3 files changed

+1
-37
lines changed

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
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

docker-file/Dockerfile-backend

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ WORKDIR /app
2020
# 安装所需的软件
2121
RUN 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源码,用于构建
2624
RUN 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 \

tools/github-actions/build-saa/action.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)