Update laravel legacy jobs for PHP 7.x

removed mcrypt dependency that does not exist anymore

Change-Id: Ib5fe0291fc32ccd970467c4031fef44a7ccd1e45
This commit is contained in:
Sebastian Marcet 2019-01-07 11:03:08 -03:00
parent 7fdfe583a3
commit 590e300fdb
3 changed files with 0 additions and 27 deletions

View File

@ -39,15 +39,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
sudo php5enmod mcrypt
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -x

View File

@ -39,15 +39,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
sudo php5enmod mcrypt
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -x

View File

@ -39,15 +39,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
sudo php5enmod mcrypt
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -x