Merge "Updated laravel jobs to include php7 repo"

This commit is contained in:
Zuul 2019-01-08 16:20:04 +00:00 committed by Gerrit Code Review
commit 04be32adbe
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