updated yml
parent
dd7f05a99f
commit
6f47d30bce
|
@ -7,6 +7,15 @@ jobs:
|
|||
- STAGING_KEY: "RANDOM"
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: update apt
|
||||
command: 'sudo apt-get update'
|
||||
- run:
|
||||
name: Set staging key to random
|
||||
command: 'export STAGING_KEY="RANDOM"'
|
||||
- run:
|
||||
name: Run install.sh
|
||||
command: 'cd setup/ && sudo ./install.sh'
|
||||
- run:
|
||||
name: Start Empire
|
||||
command: 'sudo ./empire'
|
||||
|
|
Loading…
Reference in New Issue