changeset 77:0ab1063c3399 draft

Fix indent in bitbucket-pipelines.yml
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 25 May 2019 23:33:45 +0200
parents 77b90eae4bed
children 5cfcad96f50a
files bitbucket-pipelines.yml
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/bitbucket-pipelines.yml	Sat May 25 23:32:08 2019 +0200
+++ b/bitbucket-pipelines.yml	Sat May 25 23:33:45 2019 +0200
@@ -1,7 +1,7 @@
 image: python:3.7.2
 pipelines:
-default:
-    - step:
-        script:
-            - python --version
-            - sh testonly.sh
\ No newline at end of file
+    default:
+        - step:
+            script:
+                - python --version
+                - sh testonly.sh
\ No newline at end of file