Skip to content

Commit

Permalink
FPFISSUPP-2000: Fixing sudo not needed in containers.
Browse files Browse the repository at this point in the history
  • Loading branch information
gboddin committed Mar 31, 2018
1 parent e2c63dd commit e4bd303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/drone/create-release-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ rm composer.lock

# Install production dependencies.
# Todo: Not needed if we exclude the vendor folder.
sudo chmod -R a+w build/
chmod -R a+w build/
rm -rf build/
rm -rf vendor/
composer install --no-dev
Expand Down

0 comments on commit e4bd303

Please sign in to comment.