Skip to content

Commit

Permalink
OPENEUROPA-1897: Removed drone permission fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
imanoleguskiza authored and ademarco committed May 20, 2019
1 parent 06a5311 commit fbf1134
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,6 @@ pipeline:
commands:
- ./vendor/bin/run drupal:site-install

change-permission:
group: debug-image
image: fpfis/httpd-php-ci:7.1
commands:
# Reset permission since installation runs as root. @todo Fix this.
- chown -R www-data /test/oe_media/build/sites
- find /test/oe_media/build/sites/default/files -type d -exec chmod 775 {} \;
- find /test/oe_media/build/sites/default/files -type f -exec chmod 664 {} \;

grumphp:
group: test
image: fpfis/httpd-php-ci:7.1
Expand Down

0 comments on commit fbf1134

Please sign in to comment.