Skip to content

Commit 1638e3e

Browse files
committed
build dir
1 parent ce0cc2c commit 1638e3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515

1616
steps:
1717
- 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
18+
- 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
2121
- persist_to_workspace:
2222
root: /root
2323
paths:
2424
- .
2525
- store_artifacts:
26-
path: build
26+
path: .
2727

2828
package:
2929
executor: ruby

0 commit comments

Comments
 (0)