mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-10 14:53:32 +02:00
update deploy arguments for tests
This commit is contained in:
parent
5aa21e99be
commit
4e520df3ea
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -39,7 +39,7 @@ docker-clean:
|
||||||
## docker-ci-local
|
## docker-ci-local
|
||||||
.PHONY: docker-ci-local
|
.PHONY: docker-ci-local
|
||||||
|
|
||||||
DEPLOY_ARGS := 'provider=local server=10.0.8.100 ssh_user=ubuntu endpoint=10.0.8.100 apparmor_enabled=false ondemand_cellular=true ondemand_wifi=true ondemand_wifi_exclude=test local_dns=true ssh_tunneling=true windows=true store_cakey=true install_headers=false tests=true local_service_ip=172.16.0.1'
|
DEPLOY_ARGS := 'provider=local server=10.0.8.100 ssh_user=ubuntu endpoint=10.0.8.100 apparmor_enabled=false ondemand_cellular=true ondemand_wifi=true ondemand_wifi_exclude=test dns_adblocking=true ssh_tunneling=true windows=true store_cakey=true install_headers=false tests=true local_service_ip=172.16.0.1'
|
||||||
|
|
||||||
docker-ci-local:
|
docker-ci-local:
|
||||||
docker run \
|
docker run \
|
||||||
|
|
Loading…
Add table
Reference in a new issue