Merge pull request #229 from ngtuna/experimental

remove tag experimental
This commit is contained in:
Tuna
2016-10-26 16:35:11 +02:00
committed by GitHub
3 changed files with 60 additions and 10 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
GITCOMMIT=$(git rev-parse --short HEAD)
BUILD_FLAGS=(-tags experimental -ldflags="-w -X github.com/kubernetes-incubator/kompose/version.GITCOMMIT=${GITCOMMIT}")
BUILD_FLAGS=(-ldflags="-w -X github.com/kubernetes-incubator/kompose/version.GITCOMMIT=${GITCOMMIT}")