Update '.drone.yml'
continuous-integration/drone/push Build was killed Details

profile
remrem 2 years ago
parent e555fcfbff
commit 02b6834559

@ -22,7 +22,7 @@ steps:
image: ghcr.io/cirruslabs/flutter:3.13.9 image: ghcr.io/cirruslabs/flutter:3.13.9
volumes: volumes:
- name: docs - name: docs
- path: /tmp/smartfit_build path: /tmp/smartfit_build
commands: commands:
- pwd - pwd
- flutter build web --web-renderer canvaskit - flutter build web --web-renderer canvaskit
@ -35,7 +35,7 @@ steps:
image: plugins/docker image: plugins/docker
volumes: volumes:
- name: docs - name: docs
- path: /tmp/smartfit_build path: /tmp/smartfit_build
settings: settings:
dockerfile: Dockerfile dockerfile: Dockerfile
context: . context: .

Loading…
Cancel
Save