packages/.circleci
Jeffery To b14b593533 CircleCI: Change BRANCH to "openwrt-19.07"
This still uses the snapshot SDK, but should allow CI to continue.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-06-18 19:06:31 +08:00
..
config.yml CircleCI: Change BRANCH to "openwrt-19.07" 2019-06-18 19:06:31 +08:00
Dockerfile CircleCI: Add bzr to Docker image. Update to v1.0.2 2018-12-18 16:24:04 -05:00
README CircleCI: Do not run build as root. Move to public docker repo. 2018-12-05 15:28:36 -05:00

# Build/update the docker image

docker pull debian:9
docker build --rm -t docker.io/openwrtorg/packages-cci:latest .
docker tag <IMAGE ID> docker.io/openwrtorg/packages-cci:<VERSION-TAG>
docker push docker.io/openwrtorg/packages-cci