Update '.drone.yml'
continuous-integration/drone/push Build encountered an error Details

profile
remrem 2 years ago
parent 2619756854
commit e555fcfbff

@ -21,7 +21,7 @@ steps:
- name: build-web - name: build-web
image: ghcr.io/cirruslabs/flutter:3.13.9 image: ghcr.io/cirruslabs/flutter:3.13.9
volumes: volumes:
- name: build - name: docs
- path: /tmp/smartfit_build - path: /tmp/smartfit_build
commands: commands:
- pwd - pwd
@ -34,7 +34,7 @@ steps:
- name: build-web-image - name: build-web-image
image: plugins/docker image: plugins/docker
volumes: volumes:
- name: build - name: docs
- path: /tmp/smartfit_build - path: /tmp/smartfit_build
settings: settings:
dockerfile: Dockerfile dockerfile: Dockerfile
@ -73,5 +73,5 @@ steps:
# depends_on: [ build-apk, build-web ] # depends_on: [ build-apk, build-web ]
volumes: volumes:
- name: build - name: docs
temp: {} temp: {}

Loading…
Cancel
Save