updated config.yml
parent
71ccfdfd24
commit
a6bc39b786
|
@ -5,4 +5,12 @@ jobs:
|
|||
- image: circleci/python:2.7
|
||||
steps:
|
||||
- checkout
|
||||
- run: echo "hello world"
|
||||
- run:
|
||||
name: update apt
|
||||
command: 'sudo apt-get update'
|
||||
- run:
|
||||
name: Run install.sh
|
||||
command: 'cd setup/ && sudo -E -H ./install.sh'
|
||||
- run:
|
||||
name: Start Empire
|
||||
command: 'sudo ./empire --headless &'
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 3f7dc2dbbc36ca1c957ec629970026f45594a52c
|
Loading…
Reference in New Issue