[commit: ghc] alp/circleci/debug: tweak (cdba63a)

git at git.haskell.org git at git.haskell.org
Wed Jan 16 18:22:27 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : alp/circleci/debug
Link       : http://ghc.haskell.org/trac/ghc/changeset/cdba63aad2d573f1d509883b886fa939c95869f7/ghc

>---------------------------------------------------------------

commit cdba63aad2d573f1d509883b886fa939c95869f7
Author: Alp Mestanogullari <alpmestan at gmail.com>
Date:   Sat Dec 22 13:56:10 2018 +0100

    tweak


>---------------------------------------------------------------

cdba63aad2d573f1d509883b886fa939c95869f7
 .gitlab/circle-ci-job.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab/circle-ci-job.sh b/.gitlab/circle-ci-job.sh
index 0c4eb64..89939e2 100755
--- a/.gitlab/circle-ci-job.sh
+++ b/.gitlab/circle-ci-job.sh
@@ -47,7 +47,7 @@ BODY="{ \"jobType\": \"$CIRCLE_JOB\", \"source\": { \"user\": \"$gitlab_user\",
 echo "About to send:"
 echo $BODY
 
-RESP=$(curl -s -XPOST -H "Content-Type: application/json" -d "$BODY" \
+RESP=$(curl -XPOST -H "Content-Type: application/json" -d "$BODY" \
 	    http://${GHCCI_URL}/job)
 
 echo "Submitted job, response:"



More information about the ghc-commits mailing list