Skip to content

Commit

Permalink
Fix make (#22)
Browse files Browse the repository at this point in the history
* Refresh with the latest

* git push

* space

* Revert change to gloo for now

* Update CLI install

* Fix flagutil

* Finish

* Add fixes for #20, #21

* Fix filename

* Fix panic

* Fix uninstall, error handling

* Cleanup

* final updates

* fmt imports

* Fix sqoop build
  • Loading branch information
Rick Ducott authored Mar 8, 2019
1 parent a3bfe3f commit ab4b0a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ sqoopctl-windows-amd64: $(OUTPUT_DIR)/sqoopctl-windows-amd64.exe
# Release
#----------------------------------------------------------------------------------

.PHONY: build-cli
build-cli: sqoopctl-linux-amd64 sqoopctl-darwin-amd64 sqoopctl-windows-amd64

.PHONY: upload-github-release-assets
upload-github-release-assets:
go run ci/upload_github_release_assets.go
Expand Down
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ steps:
waitFor: ['docker-login']
id: 'compile'
- name: 'gcr.io/$PROJECT_ID/go-make'
args: ['docker-push', 'manifest', 'upload-github-release-assets', 'push-docs']
args: ['docker-push', 'manifest', 'build-cli', 'upload-github-release-assets', 'push-docs']
env:
- 'TAGGED_VERSION=$TAG_NAME'
- 'PROJECT_ROOT=github.com/solo-io/sqoop'
Expand Down

0 comments on commit ab4b0a6

Please sign in to comment.