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
image: ghcr.io/cirruslabs/flutter:3.13.9
volumes:
- name: docs
- name: build
path: /tmp/smartfit_build
commands:
- pwd
@ -29,12 +29,12 @@ steps:
- mkdir /tmp/smartfit_build
- cp -r ./build/web/* /tmp/smartfit_build
- ls /tmp/smartfit_build
# - mountpoint /tmp/smartfit_build
- mountpoint /tmp/smartfit_build
- name: build-web-image
image: plugins/docker
volumes:
- name: docs
- name: build
path: /tmp/smartfit_build
settings:
dockerfile: Dockerfile
@ -73,5 +73,5 @@ steps:
# depends_on: [ build-apk, build-web ]
volumes:
- name: docs
- name: build
temp: {}

Loading…
Cancel
Save