aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-11-27 11:30:13 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-11-27 11:31:33 +0100
commit05b697ff364c34e601c9cdef7e78410fddb2b1c1 (patch)
treef39948ffb39e2ea5ec61283b96d453e3832aa51d
parentcad10e2f00034a283a318e4e0fdf271d0ff2e32a (diff)
Update package index before install packaging in CircleCI
Change-Id: I5f61bfdcfa7efa7dfe0a3cf379770e79334de90e Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 6119abf09d3d5a98509619b650b054aca2edbceb)
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index e7612a7e..e73b984e 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -8,7 +8,7 @@ jobs:
- checkout
- run:
name: Install dependendencies
- command: sudo apt-get install python2.7-dev
+ command: sudo apt-get update && sudo apt-get install python2.7-dev
- run:
name: Run tox
command: sudo pip install tox && tox