Update '.drone.yml'
continuous-integration/drone/push Build is failing Details

profile
remrem 2 years ago
parent 02b6834559
commit 55d4be0897

@ -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: docs - name: build
path: /tmp/smartfit_build path: /tmp/smartfit_build
commands: commands:
- pwd - pwd
@ -29,12 +29,12 @@ steps:
- mkdir /tmp/smartfit_build - mkdir /tmp/smartfit_build
- cp -r ./build/web/* /tmp/smartfit_build - cp -r ./build/web/* /tmp/smartfit_build
- ls /tmp/smartfit_build - ls /tmp/smartfit_build
# - mountpoint /tmp/smartfit_build - mountpoint /tmp/smartfit_build
- name: build-web-image - name: build-web-image
image: plugins/docker image: plugins/docker
volumes: volumes:
- name: docs - name: build
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: docs - name: build
temp: {} temp: {}

Loading…
Cancel
Save