瀏覽代碼

Third time lucky.

master
Chris Smith 8 年之前
父節點
當前提交
126aed6d0d
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      circle.yml

+ 2
- 2
circle.yml 查看文件

@@ -8,10 +8,10 @@ dependencies:
8 8
     - pip install docker-compose
9 9
   override:
10 10
     - docker-compose build:
11
-      pwd: test
11
+        pwd: test
12 12
 
13 13
 test:
14 14
   override:
15 15
     - docker-compose run tests:
16
-      pwd: test
16
+        pwd: test
17 17
 

Loading…
取消
儲存