diff --git a/.drone.yml b/.drone.yml index 1b3f9ff213..5495404012 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,15 +7,23 @@ 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 + settings: + api_key: + from_secret: repo_pass + base_url: https://git.ivasoft.cz/SW/mattermost-mobile + files: package.json \ No newline at end of file