mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 03:36:36 +00:00
chore: only publish production packages to Bintray (#2076)
The devel channels will be completely deprecated. The deb/rpm snapshot builds will still be accessible through GitHub Releases as part of Resin CI builds. Change-Type: patch Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
This commit is contained in:
parent
8a86d0e655
commit
677fc5aa68
2
Makefile
2
Makefile
@ -482,6 +482,7 @@ PUBLISHABLES += publish-aws-s3
|
||||
TARGETS += publish-aws-s3
|
||||
endif
|
||||
|
||||
ifeq ($(RELEASE_TYPE),production)
|
||||
ifdef PUBLISH_BINTRAY_DEBIAN
|
||||
publish-bintray-debian: $(PUBLISH_BINTRAY_DEBIAN)
|
||||
$(foreach publishable,$^,$(call execute-command,./scripts/publish/bintray.sh \
|
||||
@ -513,6 +514,7 @@ publish-bintray-redhat: $(PUBLISH_BINTRAY_REDHAT)
|
||||
PUBLISHABLES += publish-bintray-redhat
|
||||
TARGETS += publish-bintray-redhat
|
||||
endif
|
||||
endif
|
||||
|
||||
publish-all: $(PUBLISHABLES)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user