Add dummy synapse access token for CI

This commit is contained in:
Henrik Hüttemann 2023-05-20 11:26:44 +02:00
parent 5810f3e237
commit cf3e26de8d
No known key found for this signature in database
GPG Key ID: 9F7BD10E0A8A111E
2 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ pipeline:
node-compile:
image: *node_image
commands:
- echo '{"user_id":"ci-dummy","access_token":"ci-dummy","home_server":"ci-dummy","device_id":"ci-dummy"}' > src/config/synapse_access_token.json
- npm run compile
# node-test:

0
src/config/.gitkeep Normal file
View File