diff options
author | Matt Clay <matt@mystile.com> | 2016-06-03 18:06:15 +0200 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2016-06-03 18:20:33 +0200 |
commit | 6d74f43effaa7f07f167c63c507b5e3ac0c1e386 (patch) | |
tree | dd4489f7376fd72dad7583dd99d973d108b77e83 /shippable.yml | |
parent | minor optimization (diff) | |
download | ansible-6d74f43effaa7f07f167c63c507b5e3ac0c1e386.tar.xz ansible-6d74f43effaa7f07f167c63c507b5e3ac0c1e386.zip |
Update how shippable scripts are called.
Diffstat (limited to 'shippable.yml')
-rw-r--r-- | shippable.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shippable.yml b/shippable.yml index 657916f997..dd79b3fbc9 100644 --- a/shippable.yml +++ b/shippable.yml @@ -27,7 +27,7 @@ matrix: build: ci: - - test/utils/shippable/${TEST}.sh 2>&1 | gawk '{ print strftime("%Y-%m-%d %H:%M:%S"), $0; fflush(); }' + - test/utils/shippable/ci.sh integrations: notifications: |