author | Alberto Bertogli
<albertito@blitiri.com.ar> 2024-08-15 21:13:22 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2024-09-08 09:33:09 UTC |
parent | 5227cd4759f40d1bbaff7abe6ea1e4aa578f33fa |
.gitlab-ci.yml | +0 | -17 |
README.md | +2 | -1 |
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 5a25083..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,17 +0,0 @@ -# GitLab CI configuration. - -.golang_template: &golang - script: - - make test - -golang_1.15: - <<: *golang - # This image doesn't have Python 3 by default. - before_script: - - apt update - - apt install -y python3 - image: golang:1.15 # Version in Debian stable. - -golang_latest: - <<: *golang - image: golang:latest diff --git a/README.md b/README.md index b3c1ea8..c0590fe 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ It can be used to get keys remotely instead of using local storage. The main use case is to get keys to open dm-crypt devices automatically, without having to store them on the local machine. -[![Gitlab CI status](https://gitlab.com/albertito/kxd/badges/master/pipeline.svg)](https://gitlab.com/albertito/kxd/pipelines) +[![Docs](https://img.shields.io/badge/docs-reference-blue.svg)](https://blitiri.com.ar/p/kxd/) +[![Tests](https://github.com/albertito/kxd/actions/workflows/tests.yaml/badge.svg)](https://github.com/albertito/kxd/actions) ## Quick start