Skip to content

Commit

Permalink
Revert "chore: prepare deprecating legacy apt repo (evcc-io#17660)"
Browse files Browse the repository at this point in the history
This reverts commit 7b7f16d.
  • Loading branch information
andig committed Dec 9, 2024
1 parent 7b7f16d commit e839dd7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,11 @@ publish-release::
apt-nightly::
$(foreach file, $(wildcard $(PACKAGES)/*.deb), \
cloudsmith push deb evcc/unstable/any-distro/any-version $(file); \
cloudsmith push deb evcc/unstable-cached/any-distro/any-version $(file); \
)

apt-release::
$(foreach file, $(wildcard $(PACKAGES)/*.deb), \
cloudsmith push deb evcc/stable/any-distro/any-version $(file); \
cloudsmith push deb evcc/stable-cached/any-distro/any-version $(file); \
)

# gokrazy image
Expand Down

0 comments on commit e839dd7

Please sign in to comment.