Full test build.
Some checks failed
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/tag Build encountered an error

This commit is contained in:
2023-03-09 22:52:07 +01:00
parent b960c2f036
commit 2bb144042b

View File

@@ -7,18 +7,18 @@ steps:
commands:
- chmod -R 777 .
#- name: build
# image: cimg/android:2022.09.2-node
# environment:
# CIRCLECI: true
# 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
# commands:
# - 'npm run build:android'
- name: build
image: cimg/android:2022.09.2-node
environment:
CIRCLECI: true
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
commands:
- 'npm run build:android'
- name: gitea_release
image: plugins/gitea-release
@@ -26,6 +26,6 @@ steps:
api_key:
from_secret: drone_release
base_url: https://git.ivasoft.cz
files: package.json
files: *.apk
when:
event: tag