Skip to content

Commit

Permalink
Ansible semaphore stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Jul 27, 2023
1 parent 385c492 commit e99f89c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion services/ansible_openvpn/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ services:
- mysql # for postgres, change to: postgres
command: >
/bin/sh -c '
git clone https://github.com/nicolas-f/noisesensor.git && cd noisesensor && git checkout yamnet_trigger;
git clone https://github.com/nicolas-f/noisesensor.git;
cd noisesensor;
git checkout yamnet_trigger;
python3 -m ensurepip;
python3 -m pip install --upgrade pip;
python3 -m pip install -r /home/semaphore/noisesensor/services/ansible_openvpn/docker/requirements.txt;
Expand Down

0 comments on commit e99f89c

Please sign in to comment.