mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-09 14:23:05 +02:00
revert tests
This commit is contained in:
parent
565afc1798
commit
2ab94d3f9d
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -48,7 +48,7 @@ docker-ci-local:
|
|||
-v $(shell echo ${HOME})/.ssh:/root/.ssh \
|
||||
-v $(shell pwd)/configs:/algo/configs \
|
||||
-e "DEPLOY_ARGS=$(DEPLOY_ARGS)" \
|
||||
trailofbits/algo:latest /bin/sh -c "chown -R root: /root/.ssh && chmod -R 600 /root/.ssh && ansible-playbook main.yml -e ${DEPLOY_ARGS} --skip-tags apparmor"
|
||||
trailofbits/algo:latest /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"
|
||||
|
||||
## docker-ci-user-update
|
||||
.PHONY: docker-ci-user-update
|
||||
|
@ -62,6 +62,6 @@ docker-ci-user-update:
|
|||
-v $(shell echo ${HOME})/.ssh:/root/.ssh \
|
||||
-v $(shell pwd)/configs:/algo/configs \
|
||||
-e "USER_ARGS=$(USER_ARGS)" \
|
||||
trailofbits/algo:latest /bin/sh -c "ansible-playbook users.yml -e ${USER_ARGS} -t update-users"
|
||||
trailofbits/algo:latest /bin/sh -c "source env/bin/activate && ansible-playbook users.yml -e ${USER_ARGS} -t update-users"
|
||||
|
||||
all: docker-build docker-deploy docker-clean
|
||||
|
|
Loading…
Add table
Reference in a new issue