mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-10 23:03:03 +02:00
merge upstream master
This commit is contained in:
parent
c2f283e946
commit
bbb6db457d
1 changed files with 0 additions and 4 deletions
|
@ -6,11 +6,7 @@ DEPLOY_ARGS="provider=local server=10.0.8.100 ssh_user=ubuntu endpoint=10.0.8.10
|
|||
|
||||
if [ "${DEPLOY}" == "docker" ]
|
||||
then
|
||||
<<<<<<< HEAD
|
||||
make docker-test-local
|
||||
=======
|
||||
docker run -it -v $(pwd)/config.cfg:/algo/config.cfg -v ~/.ssh:/root/.ssh -v $(pwd)/configs:/algo/configs -e "DEPLOY_ARGS=${DEPLOY_ARGS}" travis/algo /bin/sh -c "chown -R root: /root/.ssh && chmod -R 600 /root/.ssh && source env/bin/activate && ansible-playbook main.yml -e \"${DEPLOY_ARGS}\" --skip-tags apparmor"
|
||||
>>>>>>> upstream/master
|
||||
else
|
||||
ansible-playbook main.yml -e "${DEPLOY_ARGS}" --skip-tags apparmor
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue