diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-06-27 13:35:27 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-06-27 13:35:27 -0300 |
commit | 321b48b2a3332901230ec1e4f3b4e296052b8f81 (patch) | |
tree | 5d3700b55192bfd757a8550ec8bbf39ab279b4ab | |
parent | 72b0f9a81f7161603d938cf8f3f0d5602d616239 (diff) | |
download | biblio-321b48b2a3332901230ec1e4f3b4e296052b8f81.tar.gz biblio-321b48b2a3332901230ec1e4f3b4e296052b8f81.tar.bz2 |
Feat: adds GitLab CI/CD config (3)
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a105826..52c5c9a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ lint: image: debian:bullseye script: - apt-get update - - apt-get install -y biber pybtext + - apt-get install -y biber pybtex - make lint only: - main |