Skip to content
Snippets Groups Projects
Commit 1cbd6cb5 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 434decb4
No related branches found
No related tags found
1 merge request!178Feature/import data pdp
Checking pipeline status
......@@ -7,7 +7,7 @@ variables:
POSTGRES_PASSWORD: password
before_script:
- sudo apt-get clean
- 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
- pip install -r requirements.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