event more meh
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-02-26 14:38:52 +01:00
parent fd896eb380
commit f5ed9a77c3

View File

@@ -91,7 +91,7 @@ steps:
from_secret: expo_token from_secret: expo_token
commands: commands:
- npm ci - npm ci
- npm run build:apk - npm run -w @calchat/client build:apk
- name: release_apk - name: release_apk
image: plugins/gitea-release image: plugins/gitea-release
@@ -157,7 +157,7 @@ steps:
from_secret: expo_token from_secret: expo_token
commands: commands:
- npm ci - npm ci
- npm run build:apk - npm run -w @calchat/client build:apk
- name: release_apk - name: release_apk
image: plugins/gitea-release image: plugins/gitea-release
@@ -218,7 +218,7 @@ steps:
from_secret: expo_token from_secret: expo_token
commands: commands:
- npm ci - npm ci
- npm run build:apk - npm run -w @calchat/client build:apk
- name: release_apk - name: release_apk
image: plugins/gitea-release image: plugins/gitea-release