Skip to content

Commit

Permalink
Fix Travis push build
Browse files Browse the repository at this point in the history
  • Loading branch information
ellismg committed Jul 27, 2018
1 parent a459e91 commit 153305a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ SUB_PROJECTS := docker
include build/common.mk


.PHONY: publish_tgz
publish_tgz:
$(call STEP_MESSAGE)
./scripts/publish_tgz.sh

.PHONY: publish_packages
publish_packages:
$(call STEP_MESSAGE)
Expand All @@ -16,6 +11,6 @@ publish_packages:
# The travis_* targets are entrypoints for CI.
.PHONY: travis_cron travis_push travis_pull_request travis_api
travis_cron: all
travis_push: only_build publish_tgz only_test_fast publish_packages
travis_push: only_build only_test_fast publish_packages
travis_pull_request: only_build only_test_fast
travis_api: all

0 comments on commit 153305a

Please sign in to comment.