Skip to content

Commit

Permalink
added stage to debug gorelease failure (#940)
Browse files Browse the repository at this point in the history
* added stage to debug gorelease failure

* added a newline at the end

* removed archive

Co-authored-by: Pavan Navarathna <pavan@kasten.io>
  • Loading branch information
akankshakumari393 and pavannd1 committed Apr 2, 2021
1 parent cec1e76 commit a25ae11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ dockers:
dockerfile: 'docker/kafka-adobes3Connector/image/adobeSink.Dockerfile'
extra_files:
- 'docker/kafka-adobes3Connector/image/adobe-monitorsink.sh'
archives:
- allow_different_binary_count: true
snapshot:
name_template: '{{ .Tag }}'
checksum:
Expand Down
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,6 @@ jobs:
- stage: test
script:
- make golint
- stage: test
script:
- make release-snapshot

0 comments on commit a25ae11

Please sign in to comment.