forked from Ivasoft/mattermost-mobile
Compare commits
7 Commits
release-2.
...
test1.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 2aa1265762 | |||
| 565c19ca64 | |||
| b4acbef5f5 | |||
| 0a766bfb65 | |||
| b7cc411c3b | |||
| 04b35959a3 | |||
| e639e69d46 |
29
.drone.yml
Normal file
29
.drone.yml
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: permissions
|
||||||
|
image: alpine/git
|
||||||
|
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: gitea_release
|
||||||
|
image: plugins/gitea-release
|
||||||
|
settings:
|
||||||
|
api_key:
|
||||||
|
from_secret: repo_pass
|
||||||
|
base_url: https://git.ivasoft.cz
|
||||||
|
files: package.json
|
||||||
Reference in New Issue
Block a user