Skip to content

Commit 666971e

Browse files
committed
build dir
1 parent dddf464 commit 666971e

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.circleci/config.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -36,31 +36,6 @@ jobs:
3636
- run: gem install package_cloud
3737
- run: find .
3838
- run: package_cloud push fosdem/video-team/debian/bookworm *deb
39-
- store_artifacts:
40-
path: release
41-
- persist_to_workspace:
42-
root: .
43-
paths:
44-
- release
45-
46-
# release:
47-
# executor: github
48-
#
49-
# steps:
50-
# - run: apk add fakeroot
51-
# - attach_workspace:
52-
# at: .
53-
# - run: mkdir -v -p release
54-
# - run: fakeroot tar -czvf release/sproxy-${CIRCLE_TAG}.amd64.tar.gz -C build/amd64 sproxy usb_reset wait_next_second cursor_disable.so
55-
# - run: cd release && sha256sum sproxy-*.tar.gz *deb > sha256sums.txt
56-
# - run: >
57-
# ghr \
58-
# -u "${CIRCLE_PROJECT_USERNAME}" \
59-
# -r "${CIRCLE_PROJECT_REPONAME}" \
60-
# -c "${CIRCLE_SHA1}" \
61-
# -delete \
62-
# "${CIRCLE_TAG}" \
63-
# ./release/
6439

6540
workflows:
6641
version: 2

0 commit comments

Comments
 (0)