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 3db815a commit ab7204dCopy full SHA for ab7204d
deploy/ctl
@@ -42,6 +42,7 @@ tasks:
42
if [ -f ${config} ]; then
43
cat ${config}
44
else
45
+ echo "Initializing as blue" >&2
46
echo "blue" | tee ${config}
47
fi
48
0 commit comments