Skip to content

Commit

Permalink
fix: removed improper working directory parameter (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinclarkeuk authored Oct 11, 2022
1 parent e307e85 commit faeb1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/with_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ parameters:
steps:
- run:
name: Generate Cache Checksum
working_directory: $CIRCLE_WORKING_DIRECTORY/<< parameters.app_src_directory >>
working_directory: << parameters.app_src_directory >>
command: << include(scripts/gen-cache-checksum.sh) >>
- restore_cache:
key: maven-{{ checksum "/tmp/maven_cache_seed" }}
Expand Down

0 comments on commit faeb1fd

Please sign in to comment.