Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.

Fix how VERSION var is set in Makefile for build-release workflow on … #127

Merged
merged 1 commit into from
Jun 13, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

ifdef WERCKER
# Insert swear words about mysql group replication and hostname length. Arghh..
VERSION := ${WERCKER_GIT_COMMIT}
VERSION ?= ${WERCKER_GIT_COMMIT}
TENANT := "oracle"
else
NEW_NAMESPACE ?= e2e-${USER}
Expand Down