Commit 9f233c8b91ca29420563660f8a702a7423d71a97
1 parent
54d52b81
Exists in
master
and in
17 other branches
.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,6 +2,7 @@ image: noosfero/ci | ||
2 | 2 | ||
3 | before_script: | 3 | before_script: |
4 | - mkdir -p locale # makes quick-start skip compiling translations | 4 | - mkdir -p locale # makes quick-start skip compiling translations |
5 | + - ./script/set-apt-proxy | ||
5 | - ./script/silent-quick-start | 6 | - ./script/silent-quick-start |
6 | 7 | ||
7 | stages: | 8 | stages: |