Skip to content
Snippets Groups Projects
Commit b053213a authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3194401: Switch to CircleCI as the default automated testing platform

parent 46c562bf
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ jobs:
- run:
name: Setup Apache to point varbase.test at /var/www/html/varbase/docroot
command: |
sudo cp /var/www/html/varbase/env/varbase.test.conf /etc/apache2/sites-available/varbase.test.conf
sudo cp /var/www/html/varbase/.circleci/env/varbase.test.conf /etc/apache2/sites-available/varbase.test.conf
sudo a2ensite varbase.test
sudo service apache2 restart
echo 127.0.0.1 varbase.test | sudo tee -a /etc/hosts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment