Skip to content
Snippets Groups Projects
Commit 434decb4 authored by Carlos Vega's avatar Carlos Vega
Browse files

WIP. Trying some clean ops before install with apt-get to avoid unauthenticated errors

parent 417b78a9
No related branches found
No related tags found
1 merge request!178Feature/import data pdp
Pipeline #7253 failed
...@@ -7,6 +7,8 @@ variables: ...@@ -7,6 +7,8 @@ variables:
POSTGRES_PASSWORD: password POSTGRES_PASSWORD: password
before_script: before_script:
- sudo apt-get clean
- cd /var/lib/apt && mv lists lists.old && mkdir -p lists/partial && apt-get clean
- apt-get update && apt-get install -y libsasl2-dev libssl-dev locales locales-all - apt-get update && apt-get install -y libsasl2-dev libssl-dev locales locales-all
- pip install -r requirements.txt --default-timeout=180 - pip install -r requirements.txt --default-timeout=180
- pip install -r requirements-dev.txt --default-timeout=180 - pip install -r requirements-dev.txt --default-timeout=180
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment