Skip to content

Commit

Permalink
release v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tejash-jl committed Nov 3, 2022
1 parent 06fad88 commit b22684a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
RELEASE_VERSION=v0.0.9
RELEASE_VERSION=v0.0.10
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#SOURCES = $(wildcard java/**/*.java)
rwildcard=$(wildcard $1$2) $(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2))
SOURCES := $(call rwildcard,java/,*.java)
RELEASE_VERSION = v0.0.9
RELEASE_VERSION = v0.0.10
build: java/registry/target/registry.jar
echo ${SOURCES}
cd target && rm -rf * && jar xvf ../java/registry/target/registry.jar && cp ../java/Dockerfile ./ && docker build -t dockerhub/sunbird-rc-core .
Expand Down Expand Up @@ -35,7 +35,7 @@ test: build
clean:
@rm -rf target || true
@rm java/registry/target/registry.jar || true
release:
release: test
docker tag dockerhub/sunbird-rc-core dockerhub/sunbird-rc-core:$(RELEASE_VERSION)
docker tag dockerhub/sunbird-rc-claim-ms dockerhub/sunbird-rc-claim-ms:$(RELEASE_VERSION)
docker tag dockerhub/sunbird-rc-notification-service dockerhub/sunbird-rc-notification-service:$(RELEASE_VERSION)
Expand Down

0 comments on commit b22684a

Please sign in to comment.