Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is failing Details

pull/6/head
Emre KARTAL 2 years ago
parent f9694b0d45
commit e20a05c2d5

@ -10,14 +10,15 @@ trigger:
steps:
# build CONTAINER for app-build on flutter IMAGE
- name: app-build
image: node:17.9.0
image: node:latest
commands:
- cd ./src/FLAD/
- npm install expo-cli
- npx expo start
- npm install
- npx react-native run-ios
# build CONTAINER for sonar on flutter IMAGE
- name: code-analysis
image: node:17.9.0
image: node:latest
environment:
SONAR_TOKEN:
from_secret: SONAR_TOKEN

Loading…
Cancel
Save