mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
Checking: - Pull request does not contain unwanted merges - signed-off-by tag exists and matches author - Subject line has package name - Author name has 'firstname lastname' (no nicknames) Signed-off-by: Ted Hess <thess@kitschensync.net> [Use git instead of CircleCI variables] Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
# Build/update the docker image docker pull debian:9 docker build --rm . docker tag <IMAGE ID> docker.io/champtar/openwrtpackagesci:latest docker push docker.io/champtar/openwrtpackagesci:latest