Skip to content

Commit 0f53b7e

Browse files
authored
Merge pull request #385 from dhjensen/jenkingsfix
Fix pip install for jenkins
2 parents 1a41528 + acb68b3 commit 0f53b7e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

jenkins/provision.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
jenkins_plugins:
1010
- ansicolor
1111

12+
pre_tasks:
13+
- name: Update apt cache if needed.
14+
apt: update_cache=yes cache_valid_time=3600
15+
1216
roles:
1317
- geerlingguy.firewall
1418
- geerlingguy.pip

0 commit comments

Comments
 (0)