Commit 14b169d6 by Arve Knudsen Committed by GitHub

CircleCI: Fix deploying to k8s (#23068)

parent 35ecf79a
...@@ -847,6 +847,8 @@ jobs: ...@@ -847,6 +847,8 @@ jobs:
description: "Deploy Grafana master Docker image to Kubernetes" description: "Deploy Grafana master Docker image to Kubernetes"
executor: grafana-build executor: grafana-build
steps: steps:
- attach_workspace:
at: /tmp/workspace
- run: - run:
name: Deploy to Kubernetes name: Deploy to Kubernetes
command: | command: |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment