Skip to content

Commit

Permalink
Add project/ prefix
Browse files Browse the repository at this point in the history
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
  • Loading branch information
SergiiDmytruk committed Aug 24, 2022
1 parent df13dc5 commit 087b754
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ jobs:
- persist_to_workspace:
root: ~/
paths:
- build/x86
- crossgcc/x86
- install/x86
- project/build/x86
- project/crossgcc/x86
- project/install/x86

build_and_persist_ppc64:
docker:
Expand All @@ -154,9 +154,9 @@ jobs:
- persist_to_workspace:
root: ~/
paths:
- build/ppc64
- crossgcc/ppc64
- install/ppc64
- project/build/ppc64
- project/crossgcc/ppc64
- project/install/ppc64

build:
docker:
Expand Down

0 comments on commit 087b754

Please sign in to comment.