Download:
child 226:13e7ce549cf4
parent 224:668b4f6a8d60
225:877423729aec
Anton Shestakov <av6@dwimlabs.net>, Fri, 12 Aug 2016 21:24:05 +0800
pipelines: piping to grep means no way to debug, ugh

1 файлов изменено, 0 вставок(+), 3 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml Fri Aug 12 21:00:36 2016 +0800
+++ b/bitbucket-pipelines.yml Fri Aug 12 21:24:05 2016 +0800
@@ -30,6 +30,3 @@
-i inventory --connection=local
-t certs,nginx,prosody,turnserver,tram-im
-e 'user=alice dir=/home/alice/files'
- | grep -q 'changed=0.*failed=0'
- && { echo 'Idempotence test passed'; exit 0; }
- || { echo 'Idempotence test failed'; exit 1; }