We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4a19c commit e4a3f76Copy full SHA for e4a3f76
codefresh/test/test.sh
@@ -11,4 +11,4 @@ sleep 3
11
set -o pipefail
12
13
14
-curl -fL http://app:8080/ | grep "background-color: ${COLOR}"
+curl -fsSL http://app:8080/ | grep "background-color: ${COLOR}"
0 commit comments