Skip to content

Commit

Permalink
Fix CircleCI build
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeinum committed Oct 15, 2019
1 parent c02707d commit b3e159d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -26,10 +26,10 @@ jobs:
path: target/surefire-reports
- store_artifacts:
path: target/invoicer-0.0.1-SNAPSHOT.jar
destination: invoicer.jar
destination: ~/securing-devops/invoicer.jar
- store_artifacts:
path: src/main/resources/invoicer-manifest.yml
destination: invoicer-manifest.yml
destination: ~/securing-devops/invoicer-manifest.yml
- persist_to_workspace:
root: ~/securing-devops
paths:
Expand Down

0 comments on commit b3e159d

Please sign in to comment.