Closed ralyodio closed 10 years ago
What do the two red arrows mean?
remote: Running "exec:verify" (exec) task remote: >> (these two arrows are red) remote: HTTP/1.1 200 OK remote: Server: nginx/1.4.3 remote: Date: Fri, 08 Nov 2013 10:05:21 GMT remote: Content-Type: text/html remote: Content-Length: 1161 remote: Last-Modified: Fri, 08 Nov 2013 10:04:37 GMT remote: Connection: keep-alive remote: ETag: "527cb735-489"
I'm doing a curl call to the index page after a deploy.
It's cause curl prints to stderr, not stdout. grunt-exec logs stderr using grunt.log.error which prepends the double red arrows.
curl
grunt-exec
grunt.log.error
What do the two red arrows mean?
I'm doing a curl call to the index page after a deploy.