We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 017efd2 commit 00f5e2aCopy full SHA for 00f5e2a
test_runner.sh
@@ -5,7 +5,6 @@ SERVICE_ENDPOINT='/e/flatiron_xcpretty'
5
CURR_DIR="$2"
6
NETRC=~/.netrc
7
8
-
9
if [ -f ${NETRC} ]; then
10
if grep -q flatiron-push ${NETRC}; then
11
GITHUB_USERNAME=`grep -A1 flatiron-push ${NETRC} | grep login | awk '{print $2}'`
0 commit comments