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 b82c44f commit bdf96dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ jobs:
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 ./...
dep ensure
git config user.email "warren.veerasingam@gmail.com"
git config user.name "warrensbox"
git tag -a ${RELEASE_VERSION} -m "Release Version"
Expand Down

0 comments on commit bdf96dc

Please sign in to comment.