Skip to content

Commit

Permalink
When testing the-build on CircleCI, use composer require in order to …
Browse files Browse the repository at this point in the history
…get updated composer dependencies.
  • Loading branch information
becw committed Jan 7, 2022
1 parent 3299e4b commit 37229f7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 37229f7

Please sign in to comment.