Browse Source

Merge branch 'release/1.2.0'

liuyuqi-dellpc 1 year ago
parent
commit
a0754c7e5c
1 changed files with 3 additions and 22 deletions
  1. 3 22
      python/.coding-ci.yml

+ 3 - 22
python/.coding-ci.yml

@@ -10,28 +10,9 @@ $:
       services:
         - vscode
         - docker
-      stages:
-        - name: 开启云原生远程开发
-          type: vscode:go
-
-# 匹配所有分支
-(**):
-  # 创建分支时自动创建创建开发环境
-  branch.create:
-    - name: vscode
-      services:
-        # 声明使用 vscode
-        - vscode
-      docker:
-        # 自定义开发环境
-        build: .ide/Dockerfile
-      wework:
-        title: 云原生开发
       stages:
         # - name: 执行自定义脚本
         #   script:
-        #     - npm install
-        #     - npm run start
-        - name: ready
-          type: vscode:go
-          
+        #     - pip install -r requirements.txt
+        - name: 开启云原生远程开发
+          type: vscode:go