Skip to content

Commit

Permalink
fix: Git Push Command
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviof authored and vdemeester committed Oct 26, 2023
1 parent 8482621 commit 151805a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ release: prepare-release
github-release: RELEASE_VERSION = v$(CHART_VERSION)
github-release: release
git tag $(RELEASE_VERSION) && \
git push $(RELEASE_VERSION) && \
git push origin --tags && \
gh release create $(RELEASE_VERSION) --generate-notes && \
gh release upload $(RELEASE_VERSION) $(RELEASE_DIR)/release/catalog.yaml && \
gh release upload $(RELEASE_VERSION) $(RELEASE_DIR)/release/resources.tar.gz
Expand Down Expand Up @@ -223,8 +223,8 @@ test-e2e-s2i-dotnet: test-e2e-s2i
test-e2e-s2i-java: prepare-e2e-s2i
test-e2e-s2i-java: E2E_S2I_LANGUAGE = java
test-e2e-s2i-java: E2E_S2I_IMAGE_TAG = task-s2i-java:latest
test-e2e-s2i-java: E2E_S2I_PARAMS_URL = https://github.com/shashirajraja/shopping-cart
test-e2e-s2i-java: E2E_S2I_PARAMS_ENV_VARS = MAVEN_CLEAR_REPO=false
test-e2e-s2i-java: E2E_S2I_PARAMS_URL = https://github.com/shashirajraja/shopping-cart
test-e2e-s2i-java: E2E_S2I_PARAMS_ENV_VARS = MAVEN_CLEAR_REPO=false
test-e2e-s2i-java: E2E_S2I_IMAGE_SCRIPTS_URL = image:///usr/local/s2i
test-e2e-s2i-java: test-e2e-s2i

Expand Down

0 comments on commit 151805a

Please sign in to comment.