Skip to content

Commit cd09be8

Browse files
committed
build dir
1 parent 1638e3e commit cd09be8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ jobs:
1818
- run: apt-get -y install build-essential git openssh-client dpkg-dev debhelper dh-python pybuild-plugin-pyproject python3-all python3-setuptools
1919
- checkout
2020
- run: make -f debian/rules binary
21+
- run: mkdir -p /root/build
22+
- run: mv ../*.deb /root/build
2123
- persist_to_workspace:
22-
root: /root
24+
root: /root/build
2325
paths:
2426
- .
2527
- store_artifacts:
26-
path: .
28+
path: /root/build
2729

2830
package:
2931
executor: ruby

0 commit comments

Comments
 (0)