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

WIP. Added --allow-unauthenticated apt-get to avoid unauthenticated errors

parent 1cbd6cb5
No related branches found
No related tags found
1 merge request!178Feature/import data pdp
Pipeline #7255 passed
......@@ -7,9 +7,7 @@ variables:
POSTGRES_PASSWORD: password
before_script:
- 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 --allow-unauthenticated libsasl2-dev libssl-dev locales locales-all
- pip install -r requirements.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