Selaa lähdekoodia

Fix Drone intentation.

Dan Helfman 2 vuotta sitten
vanhempi
sitoutus
aaf3462d17
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      .drone.yml

+ 2 - 2
.drone.yml

@@ -24,8 +24,8 @@ clone:
 steps:
 - name: build
   image: alpine:3.13
-    environment:
-      TEST_CONTAINER: true
+  environment:
+    TEST_CONTAINER: true
   pull: always
   commands:
     - scripts/run-full-tests