Skip to content

Commit

Permalink
Added log path to environment setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-mdr committed Apr 22, 2024
1 parent 15fa63d commit c172072
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,12 @@ stages:
- script: |
sudo mkdir -p /var/cache/howler/
sudo mkdir -p /var/lib/howler/
sudo mkdir -p /var/log/howler/
sudo mkdir -p /etc/howler/conf/
sudo mkdir -p /etc/howler/lookups/
sudo chmod a+rw /var/cache/howler/
sudo chmod a+rw /var/lib/howler/
sudo chmod a+rw /var/log/howler/
sudo chmod a+rw /etc/howler/conf/
sudo chmod a+rw /etc/howler/lookups/
cp build_scripts/classification.yml /etc/howler/conf/classification.yml
Expand Down

0 comments on commit c172072

Please sign in to comment.