Updated laravel jobs to include php7 repo

addded new ppa for xenial to use
php 7.x version

Change-Id: Ic2440484f88967da2b09664321628e83477a4948
This commit is contained in:
Sebastian Marcet 2019-01-07 16:31:57 -03:00
parent 590e300fdb
commit ee04eabccb
3 changed files with 30 additions and 0 deletions

View File

@ -39,6 +39,16 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -x

View File

@ -39,6 +39,16 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -x

View File

@ -39,6 +39,16 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -x