Skip to content

Commit

Permalink
proper dir check
Browse files Browse the repository at this point in the history
  • Loading branch information
nzoschke committed Sep 29, 2015
1 parent 6a6433d commit 4fffde7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ci/dependencies-pre.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ go get -d github.com/convox/rack/cmd/convox
go install -ldflags "-X main.Version $VERSION"
)

convox --version || true

# configure client id if on CircleCI
if [ -d "~/.convox/" ]; then
if [ ! -d "~/.convox/" ]; then
mkdir -p ~/.convox/
echo ci@convox.com > ~/.convox/id
fi

0 comments on commit 4fffde7

Please sign in to comment.