From 86fa75e43a78b58ba89f481949c4c4d86a8ecd5c Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Tue, 10 Mar 2020 14:50:37 +0000 Subject: [PATCH] updated install_circle_ci.sh --- setup/install_circle_ci.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup/install_circle_ci.sh b/setup/install_circle_ci.sh index ee5cf763..353ca86b 100755 --- a/setup/install_circle_ci.sh +++ b/setup/install_circle_ci.sh @@ -32,3 +32,9 @@ if is_mac; then else curl -fLSs https://circle.ci/cli | DESTDIR=~/bin bash fi + +export PATH="$PATH:$HOME/bin" + +if ! is_CI && [ -t 1 ]; then + circleci setup +fi