Skip to content

Commit

Permalink
Use install-ci.sh during release-manager-release (elastic#23926)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvch authored Feb 9, 2021
1 parent 2363df4 commit 0a02a98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ release-manager-snapshot:
## release-manager-release : Builds a snapshot release. The Go version defined in .go-version will be installed and used for the build.
.PHONY: release-manager-release
release-manager-release:
./dev-tools/run_with_go_ver $(MAKE) release
./.ci/scripts/install-go.sh
$(MAKE) release

## beats-dashboards : Collects dashboards from all Beats and generates a zip file distribution.
.PHONY: beats-dashboards
Expand Down

0 comments on commit 0a02a98

Please sign in to comment.