From 85f8a6df62e369463f3d14cc45ea7e0ed341a76d Mon Sep 17 00:00:00 2001
From: Tom Wilkie <tom.wilkie@gmail.com>
Date: Tue, 5 Jun 2018 13:14:20 +0100
Subject: [PATCH] We'll need to the code to figure out what images to push.

Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
---
 .circleci/config.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 089e31f5..702ab6c2 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -85,6 +85,8 @@ jobs:
   deploy:
     <<: *defaults
     steps:
+      - checkout
+
       - run: |
           curl -s --header "Content-Type: application/json" \
             --data "{\"build_parameters\": {\"CIRCLE_JOB\": \"deploy\", \"IMAGE_NAMES\": \"$(make images)\"}}" \
-- 
GitLab