From 04066d20c50635f5ce9e6fd6856f2b2dacaaa3db Mon Sep 17 00:00:00 2001 From: Luke Imhoff Date: Thu, 5 Apr 2018 08:34:27 -0500 Subject: [PATCH] Persist .git and .gitignore to workspace A git repo (so .git) is needed for bin/deploy script --- .circleci/config.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f9b4359ca0..23b86ed41d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -93,23 +93,25 @@ jobs: - persist_to_workspace: root: . paths: - - _build - - apps - - bin - - config - - deps - - doc - .circleci - .credo.exs - .dialyzer-ignore - - ELIXIR_VERSION.lock - .formatter.exs + - .git + - .gitignore - .sobelow-conf + - ELIXIR_VERSION.lock - Gemfile - Gemfile.lock + - OTP_VERSION.lock + - _build + - apps + - bin + - config + - deps + - doc - mix.exs - mix.lock - - OTP_VERSION.lock check_formatted: docker: # Ensure .tool-versions matches