I’m trying to set up a build using the instructions provided here:
https://circleci.com/docs/language-php/#php-apache
When the build tries to copy the file it outputs the following:
cp ~/core/apache_ci.conf /etc/apache2/sites-available
cp: cannot create regular file ‘/etc/apache2/sites-available/apache_ci.conf’: Permission denied
cp ~/core/apache_ci.conf /etc/apache2/sites-available returned exit code 1
Action failed: cp ~/core/apache_ci.conf /etc/apache2/sites-available
I tried a separate build where I cat
the file which succeeded and cd
into the directory successfully.
Any help would be appreciated.