Download:
child 123:0c2f1580f9a5
parent 121:57680c37b6b8
122:e46f050f6b7a
Anton Shestakov <av6@dwimlabs.net>, Thu, 11 Aug 2016 13:03:42 +0800
pipelines: write valid yaml Pipelines don't yet support multiple steps, but let's see what happens.

1 файлов изменено, 1 вставок(+), 0 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml Thu Aug 11 12:54:46 2016 +0800
+++ b/bitbucket-pipelines.yml Thu Aug 11 13:03:42 2016 +0800
@@ -7,6 +7,7 @@
- set -xe
- pip install -r REQUIREMENTS
- ./test.py
+ - step:
script:
- set -xe
- pip install ansible