Skip to content

Commit c949df4

Browse files
committed
circleci: checkout over https, not ssh
1 parent 4c72ae4 commit c949df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- run: apt-get update
1818
- run: apt-get -y install build-essential git openssh-client dpkg-dev debhelper dh-python pybuild-plugin-pyproject python3-all python3-setuptools
19-
- checkout
19+
- run: git clone https://github.com/FOSDEM/video-python-osc.git .
2020
- run: ./generate_release.sh
2121
- run: make -f debian/rules binary
2222
- run: mkdir -p /root/build

0 commit comments

Comments
 (0)