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