Skip to content

Commit

Permalink
fix(deps): Debian package needs rsync to run, so depend on it (#1474)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ottok authored Jan 21, 2025
1 parent 4fd84db commit 4f2a58b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions publish-deb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Maintainer: Mads Jon Nielsen <[email protected]>
Description: ${DESCRIPTION}
Homepage: https://github.com/firecow/gitlab-ci-local
Website: https://github.com/firecow/gitlab-ci-local
Depends: rsync
EOF

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

0 comments on commit 4f2a58b

Please sign in to comment.