适配业务

This commit is contained in:
gongwenxin
2025-08-07 22:44:57 +08:00
parent 7846479a1b
commit 4212d47400
19 changed files with 2818 additions and 967 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ run_dms:
run_dms2:
python run_api_tests.py --base-url https://www.dev.ideas.cnpc/ --dms ./assets/doc/dms/domain.json --stages-dir ./custom_stages --custom-test-cases-dir ./custom_testcases -v -o ./test_reports/ >log_dms.txt 2>&1
python run_api_tests.py --base-url https://www.dev.ideas.cnpc/ --dms ./assets/doc/dms/domain.json --stages-dir ./custom_stages --custom-test-cases-dir ./custom_testcases -v -o ./test_reports/ --ignore-ssl >log_dms.txt 2>&1
# 构建Docker镜像,只需要在依赖变化时执行一次
build_docker_image:
docker build -t compliance-builder:latest .