diff options
| author | Manifesto <contato@arquivista.info> | 2023-03-11 11:09:11 -0300 |
|---|---|---|
| committer | Manifesto <contato@arquivista.info> | 2023-03-11 11:09:11 -0300 |
| commit | f76e93a8ea006d3229f8b7338ea7c6cc7bbee49f (patch) | |
| tree | 9f6512068df9df5adf6802595d35f0e8314c2f86 | |
| parent | f85b970275de9689eac8be4196d634bb01045991 (diff) | |
| download | arquivista-f76e93a8ea006d3229f8b7338ea7c6cc7bbee49f.tar.gz arquivista-f76e93a8ea006d3229f8b7338ea7c6cc7bbee49f.tar.bz2 | |
Fix CI/CD package installation
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c55701a..bb30125 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ pages: image: debian:bullseye script: + - apt-get update - apt-get install -y make hugo mat2 - make compile artifacts: |
