diff options
Diffstat (limited to 'ci/start_job.sh')
-rwxr-xr-x | ci/start_job.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/start_job.sh b/ci/start_job.sh index 86b8fc8..1a71735 100755 --- a/ci/start_job.sh +++ b/ci/start_job.sh @@ -28,7 +28,7 @@ cat << EOF > body.json } EOF -cat body.json +cat body.json 1>&2 curl -s -X POST --header 'Content-Type: application/json' \ --header 'Accept: application/json' \ |