Skip to content

Commit

Permalink
Merge f046270 into 094b4d9
Browse files Browse the repository at this point in the history
  • Loading branch information
romcheg committed May 28, 2020
2 parents 094b4d9 + f046270 commit 9f84553
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DOCKER_REPO_NAME?="allegro"
.PHONY: test flake clean coverage docs coveralls

# release-new-version is used by ralph mainteiners prior to publishing
# new version of the package. The command generates the debian changelog
# new version of the package. The command generates the debian changelog
# commits it and tags the created commit with the appropriate snapshot version.
release-new-version: new_version = $(shell ./get_version.sh generate)
release-new-version:
Expand Down Expand Up @@ -61,7 +61,6 @@ build-snapshot-docker-image: build-snapshot-package
docker build \
-f docker/Dockerfile-static \
--build-arg RALPH_VERSION="$(version)" \
-t $(DOCKER_REPO_NAME)/ralph-static-nginx:latest \
-t "$(DOCKER_REPO_NAME)/ralph-static-nginx:$(version)" .


Expand Down

0 comments on commit 9f84553

Please sign in to comment.