Skip to content

Commit

Permalink
Merge pull request #27 from warrensbox/master
Browse files Browse the repository at this point in the history
fixing CI build
  • Loading branch information
warrensbox authored Jun 23, 2018
2 parents c8bbe39 + 93e773e commit d67cb76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,16 @@ jobs:
RELEASE_VERSION=$RELEASE_VERSION.${CIRCLE_BUILD_NUM}
export RELEASE_VERSION;
echo $RELEASE_VERSION
cd docs; bundle install --path vendor/bundler; bundle exec jekyll build -c _config.yml; cd ..
go get -v -t -d ./...
git config user.email "warren.veerasingam@gmail.com"
git config user.name "warrensbox"
git tag -a ${RELEASE_VERSION} -m "Release Version"
git push origin ${RELEASE_VERSION}
curl -L https://git.io/goreleaser | VERSION=v0.76.1 bash
cd docs; bundle install --path vendor/bundler; bundle exec jekyll build -c _config.yml; cd ..
workflows:
version: 2

Expand Down

0 comments on commit d67cb76

Please sign in to comment.