Ver código fonte

Third time lucky.

master
Chris Smith 8 anos atrás
pai
commit
126aed6d0d
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      circle.yml

+ 2
- 2
circle.yml Ver arquivo

@@ -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
 

Carregando…
Cancelar
Salvar