Skip to content

Commit

Permalink
Remove weird chmod for apache
Browse files Browse the repository at this point in the history
  • Loading branch information
jolelievre committed Dec 5, 2023
1 parent 4de8b08 commit deb9aea
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/sanity/setup-apache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,3 @@ a2dismod mpm_event
cp -f $WORKSPACE/.github/workflows/sanity/apache-vhost /etc/apache2/sites-available/000-default.conf
sed -e "s?%BUILD_DIR%?$(echo $WORKSPACE)?g" --in-place /etc/apache2/sites-available/000-default.conf
sed -e "s?%MKCERT_DIR%?$(echo $WORKSPACE)?g" --in-place /etc/apache2/sites-available/000-default.conf

# Restart apache after giving permission
chmod 777 -R $WORKSPACE
chmod +x /home/runner/
service apache2 restart

0 comments on commit deb9aea

Please sign in to comment.