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 b3e159d commit e67de58
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ jobs:
path: target/surefire-reports
- store_artifacts:
path: target/invoicer-0.0.1-SNAPSHOT.jar
destination: ~/securing-devops/invoicer.jar
- store_artifacts:
path: src/main/resources/invoicer-manifest.yml
destination: ~/securing-devops/invoicer-manifest.yml
destination: target/invoicer-manifest.yml
- persist_to_workspace:
root: ~/securing-devops
root: target
paths:
- invoicer.jar
- invoicer-manifest.yml
Expand Down Expand Up @@ -99,8 +98,8 @@ workflows:
appname: invoicer
org: Conspect
space: development
manifest: ~/securing-devops/invoicer-manifest.yml
package: ~/securing-devops/invoicer.jar
manifest: ~/securing-devops/target/invoicer-manifest.yml
package: ~/securing-devops/target/invoicer.jar
- tlsorb:
requires:
- cloudfoundry/push
Expand Down

0 comments on commit e67de58

Please sign in to comment.