aboutsummaryrefslogtreecommitdiff
path: root/.circleci/README
diff options
context:
space:
mode:
authorPaul Spooren <mail@aparcar.org>2020-10-09 15:31:01 -1000
committerJosef Schlehofer <pepe.schlehofer@gmail.com>2024-04-26 10:44:21 +0200
commit26c101edc3e918be4fbfe76b3514d1c8398f7d31 (patch)
tree1dbb9b51a16569c0f8f9784f7ef51111376eb902 /.circleci/README
parent8b08b29271e9f8d26ce8d337ffb4261ea8a25914 (diff)
CI: remove CircleCI for now
The GitHub CI offers currenlty more architecture and the Signed-of-by test is covered via the DOC CI test. In case GitHub ever changes policies, we can simply switch back. Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to '.circleci/README')
-rw-r--r--.circleci/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/.circleci/README b/.circleci/README
deleted file mode 100644
index 8626412c7..000000000
--- a/.circleci/README
+++ /dev/null
@@ -1,6 +0,0 @@
-# Build/update the docker image
-
-docker pull debian:10
-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