Fix trailing whitespace

Change-Id: Ib51a84560bad521d0adf4bb883c10418c51468a2
This commit is contained in:
Pau Espin 2019-10-23 17:58:05 +02:00
parent 4c73bc883d
commit 6a994afdf9
2 changed files with 6 additions and 6 deletions

View File

@ -88,9 +88,9 @@ tag: docker-build
release: build push
push: do-push post-push
push: do-push post-push
do-push:
do-push:
docker push $(IMAGE):latest
[ -f .release ] && docker push $(IMAGE):$(VERSION)
@ -100,13 +100,13 @@ showver: .release
@. $(RELEASE_SUPPORT); getVersion
tag-patch-release: VERSION := $(shell . $(RELEASE_SUPPORT); nextPatchLevel)
tag-patch-release: .release tag
tag-patch-release: .release tag
tag-minor-release: VERSION := $(shell . $(RELEASE_SUPPORT); nextMinorLevel)
tag-minor-release: .release tag
tag-minor-release: .release tag
tag-major-release: VERSION := $(shell . $(RELEASE_SUPPORT); nextMajorLevel)
tag-major-release: .release tag
tag-major-release: .release tag
patch-release: tag-patch-release release
@echo $(VERSION)

View File

@ -46,4 +46,4 @@ COPY osmo-bsc.cfg /data/osmo-bsc.cfg
WORKDIR /data
CMD ["/usr/local/bin/osmo-bsc"]
#EXPOSE
#EXPOSE