build: makes sure grafana.version is available when deploying.

This commit is contained in:
Leonard Gram
2019-03-25 11:40:50 +01:00
parent d563505dd3
commit cf7a5b552b

View File

@@ -167,7 +167,7 @@ jobs:
- persist_to_workspace:
root: .
paths:
- dist/grafana*
- dist/*
- scripts/*.sh
- scripts/build/release_publisher/release_publisher
- scripts/build/publish.sh
@@ -196,7 +196,7 @@ jobs:
- persist_to_workspace:
root: .
paths:
- dist/grafana*
- dist/*
grafana-docker-master:
machine:
@@ -271,7 +271,7 @@ jobs:
- persist_to_workspace:
root: .
paths:
- enterprise-dist/grafana-enterprise*
- enterprise-dist/*
build-all-enterprise:
docker:
@@ -318,7 +318,7 @@ jobs:
- persist_to_workspace:
root: .
paths:
- enterprise-dist/grafana-enterprise*
- enterprise-dist/*
deploy-enterprise-master:
docker: