From 06cb1804a893ac312a5f733f6f93befa6aff88b9 Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Mon, 1 Jan 2018 19:15:23 +0100 Subject: [PATCH] Use Codeship syntax example --- codeship-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codeship-steps.yml b/codeship-steps.yml index 6d52d49..e9d19be 100644 --- a/codeship-steps.yml +++ b/codeship-steps.yml @@ -5,4 +5,4 @@ command: ./test.sh - name: codecov service: build - command: bash <(curl -s https://codecov.io/bash) + command: bash -c "curl -s https://codecov.io/bash"