FIX yml syntax
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-03-09 10:41:43 +01:00
parent e639e69d46
commit 04b35959a3

View File

@@ -8,8 +8,8 @@ steps:
NODE_OPTIONS: --max_old_space_size=12000
NODE_ENV: production
BABEL_ENV: production
MATTERMOST_RELEASE_STORE_FILE=/root/mattermost.keystore
MATTERMOST_RELEASE_KEY_ALIAS=mattermost-google-key
MATTERMOST_RELEASE_PASSWORD=123456
MATTERMOST_RELEASE_STORE_FILE: /root/mattermost.keystore
MATTERMOST_RELEASE_KEY_ALIAS: mattermost-google-key
MATTERMOST_RELEASE_PASSWORD: 123456
commands:
- 'npm run build:android'