Commit 9f233c8b91ca29420563660f8a702a7423d71a97

Authored by Antonio Terceiro
1 parent 54d52b81

.gitlab-ci.yml: set APT proxy

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
.gitlab-ci.yml
... ... @@ -2,6 +2,7 @@ image: noosfero/ci
2 2  
3 3 before_script:
4 4 - mkdir -p locale # makes quick-start skip compiling translations
  5 + - ./script/set-apt-proxy
5 6 - ./script/silent-quick-start
6 7  
7 8 stages:
... ...