Skip to content

Commit

Permalink
update "clean" make target
Browse files Browse the repository at this point in the history
- fix travis merge error
  • Loading branch information
aztechian committed Jul 4, 2020
1 parent 8b43c8f commit d111ec1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,7 @@ jobs:
# script: golangci-lint run # run a bunch of code checkers/linters in parallel
before_script:
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.27.0
<<<<<<< HEAD
- golangci-lint --version # test that we got it
- pwd; ls -altr; ls -alR
=======
script:
>>>>>>> de22ee4... Travis testing (#85)
- make download
- make lint
- stage: test
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ run:
@go run $(CMD) -c config/example.yml

clean:
@rm -rf internal/bridgr/asset/templates.go coverage.out packages tests.xml tests.out coverage.out *.sha256 main code-quality-report.json $(PKG)
@rm -rf internal/bridgr/asset/templates.go coverage.out packages tests.xml tests.out coverage.out *.sha256 main code-quality-report.json $(PKG)-*
@docker rm --force bridgr_yum bridgr_python bridgr_ruby &> /dev/null || true

generate: $(GO_FILES)
Expand Down

0 comments on commit d111ec1

Please sign in to comment.