We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1638e3e commit cd09be8Copy full SHA for cd09be8
1 file changed
.circleci/config.yml
@@ -18,12 +18,14 @@ jobs:
18
- run: apt-get -y install build-essential git openssh-client dpkg-dev debhelper dh-python pybuild-plugin-pyproject python3-all python3-setuptools
19
- checkout
20
- run: make -f debian/rules binary
21
+ - run: mkdir -p /root/build
22
+ - run: mv ../*.deb /root/build
23
- persist_to_workspace:
- root: /root
24
+ root: /root/build
25
paths:
26
- .
27
- store_artifacts:
- path: .
28
+ path: /root/build
29
30
package:
31
executor: ruby
0 commit comments