From 37229f70a1fee626d111b890800ea7e0739e74aa Mon Sep 17 00:00:00 2001 From: Bec White Date: Fri, 7 Jan 2022 14:33:18 -0600 Subject: [PATCH] When testing the-build on CircleCI, use composer require in order to get updated composer dependencies. --- .circleci/config.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cedbac37..af806174 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -58,10 +58,7 @@ jobs: # Use this copy of the-build - run: name: Replace the default version of the-build with this one - command: rm -r vendor/palantirnet/the-build - - - checkout: - path: ~/example/vendor/palantirnet/the-build + command: composer require palantirnet/the-build@dev-{{ .Branch }} # Source cache - update when branch changes - save_cache: