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

Commit 542c2e4

Browse files
author
Bin Yi
committed
remove prefix 'v' in tag
1 parent 7ada49f commit 542c2e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ echo "Starting build process in: `pwd`"
44
set -e
55

66
VERSION="${TRAVIS_TAG:-0.0.0}"
7+
VERSION="${VERSION#v}"
78
: "${DOCKER_TAG:=sumologic/fluentd-kubernetes-sumologic}"
89
: "${DOCKER_USERNAME:=sumodocker}"
910
PLUGIN_NAME="fluent-plugin-kubernetes_sumologic"

0 commit comments

Comments
 (0)