Skip to content

Commit

Permalink
removed all unused data
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed May 24, 2018
1 parent afa09d6 commit c159972
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ jobs:
deployment:
docker:
- image: circleci/golang:1.10
branches:
only:
- goreleaser
environment:
- MAJOR: "0"
- MINOR: "1"

steps:
- run: ls
Expand All @@ -74,15 +68,7 @@ workflows:
- test:
requires:
- build
# - deployment:
# requires:
# - test
# filters:
# branches:
# only: master
- deployment:
requires:
- test
# filters:
# branches:
# only: master

0 comments on commit c159972

Please sign in to comment.