We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce0cc2c commit 1638e3eCopy full SHA for 1638e3e
1 file changed
.circleci/config.yml
@@ -15,15 +15,15 @@ jobs:
15
16
steps:
17
- run: apt-get update
18
- - run: apt-get -y install build-essential git openssh-client dpkg-dev debhelper devscripts dh-python pybuild-plugin-pyproject python3-all python3-setuptools
+ - 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
- persist_to_workspace:
22
root: /root
23
paths:
24
- .
25
- store_artifacts:
26
- path: build
+ path: .
27
28
package:
29
executor: ruby
0 commit comments