Cut staging from master #823

Merged
skhameneh merged 24 commits from master into staging 2018-12-14 23:53:07 +01:00
Showing only changes of commit 31a65f566e - Show all commits

View file

@ -37,3 +37,12 @@ jobs:
script:
# - npm run fix
- npm run build
- stage: "Setup Tests"
name: "Setup Test Environment"
script:
- cp ./cli/defaults/* ./site/config/
- echo '{ "sessionKey": "session", "masterPassword": false }' > ./site/private/authConfig.json
- npm start &
- sleep 10 # Attempt to collect output for 10 seconds