Skip to content

Commit

Permalink
added dep
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed Jan 30, 2019
1 parent 8557b28 commit b82c44f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,12 @@ jobs:
export RELEASE_VERSION;
echo $RELEASE_VERSION
echo $GITHUB_TOKEN
mkdir -p /home/circleci/bin
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
export PATH="/home/warrensbox/bin:${PATH}"
dep
go get -v -t -d ./...
git config user.email "warren.veerasingam@gmail.com"
git config user.name "warrensbox"
Expand Down

0 comments on commit b82c44f

Please sign in to comment.