diff options
author | Paul Spooren <mail@aparcar.org> | 2020-10-09 15:31:01 -1000 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2024-04-26 10:44:21 +0200 |
commit | 26c101edc3e918be4fbfe76b3514d1c8398f7d31 (patch) | |
tree | 1dbb9b51a16569c0f8f9784f7ef51111376eb902 /.circleci/README | |
parent | 8b08b29271e9f8d26ce8d337ffb4261ea8a25914 (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/README | 6 |
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 |