From cefe04a424362b5eba2d1224a1627898380c4412 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 8 Oct 2017 13:53:20 +0100 Subject: [PATCH] Actually install git --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3dd8bad..db51e1d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,6 +6,7 @@ jobs: - image: fr3nd/puppet working_directory: ~/dotfiles steps: + - run: apt install git -y - checkout - run: git submodule update --init - run: puppet parser validate manifests/main.pp --modulepath=modules/ --verbose