Skip to content

Commit 4f2a58b

Browse files
authored
fix(deps): Debian package needs rsync to run, so depend on it (#1474)
Running gitlab-ci-local will fail on a system that does not have rsync. Add it as a dependency to automatically install it if missing.
1 parent 4fd84db commit 4f2a58b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

publish-deb

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Maintainer: Mads Jon Nielsen <[email protected]>
2020
Description: ${DESCRIPTION}
2121
Homepage: https://github.com/firecow/gitlab-ci-local
2222
Website: https://github.com/firecow/gitlab-ci-local
23+
Depends: rsync
2324
EOF
2425

2526
mkdir -p "bin/gitlab-ci-local_${VERSION}_amd64/usr/local/bin/"

0 commit comments

Comments
 (0)