Skip to content

Commit

Permalink
[FIX] #67 persist_to_workspace 경로 재수정
Browse files Browse the repository at this point in the history
  • Loading branch information
cbinarycastle committed Jan 26, 2019
1 parent 6900166 commit 9cdcef9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ jobs:
- store_artifacts:
path: build/libs
- persist_to_workspace:
root: ~/yellowcard-api/build
root: ~/yellowcard-api/build/libs
paths:
- build/libs/yellowcard-api-*.jar
- yellowcard-api-0.0.1.jar
deploy:
<<: *settings
steps:
- attach_workspace:
at: ~/yellowcard-api/build
at: ~/yellowcard-api/build/libs
- add_ssh_keys:
fingerprints:
- "2b:7a:75:0b:9d:f0:8c:11:ed:3c:7c:31:db:b8:e7:33"
Expand Down

0 comments on commit 9cdcef9

Please sign in to comment.