From 14b169d62b22305ed6b6c8e1699110818d1a8fe7 Mon Sep 17 00:00:00 2001 From: Arve Knudsen Date: Wed, 25 Mar 2020 15:42:56 +0100 Subject: [PATCH] CircleCI: Fix deploying to k8s (#23068) --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 66ae5c9b05e..9644a7512dd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -847,6 +847,8 @@ jobs: description: "Deploy Grafana master Docker image to Kubernetes" executor: grafana-build steps: + - attach_workspace: + at: /tmp/workspace - run: name: Deploy to Kubernetes command: |