mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14:40 +01:00
Even when configured to only build PR, CircleCI always build the default branch `only: /pull.*/` seems like a good idea, but it fails when: - you are testing on the same repo, because github doesn't create a pull branch - when your repo is configured, because it see the push on your repo, prevent building this commit because it doesn't match the regexp, then when you do the PR CircleCI doesn't work In the end what we really want is `ignore: master` 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