Skip to content

Commit

Permalink
remove dirty; git push
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed May 24, 2018
1 parent 651f497 commit 1cdb41c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ workflows:
build_and_test:
jobs:
- build
- test:
requires:
- build
# - test:
# requires:
# - build
- deployment:
requires:
- test
Expand Down
10 changes: 1 addition & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ brew:

# Allows you to set a custom download strategy.
# Default is empty.
download_strategy: GitHubPrivateRepositoryReleaseDownloadStrategy
#download_strategy: GitHubPrivateRepositoryReleaseDownloadStrategy

# Git author used to commit to the repository.
# Defaults are shown.
Expand Down Expand Up @@ -71,14 +71,6 @@ brew:
# Default is false.
skip_upload: false

# Packages your package depends on.
dependencies:
- git

# Packages your source package depends on.
build_dependencies:
- go

# Packages that conflict with your package.
conflicts:
- terraform
Expand Down

0 comments on commit 1cdb41c

Please sign in to comment.