From a25aca77f0a72223e771ecc385a935f4bcfa77dc Mon Sep 17 00:00:00 2001 From: rem Date: Thu, 16 Nov 2023 12:54:51 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5427867..dac0ffa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,17 +24,15 @@ steps: - name: build path: /tmp/smartfit_build commands: - - pwd - flutter build web --web-renderer canvaskit - 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: build path: /tmp/smartfit_build + image: plugins/docker settings: dockerfile: Dockerfile context: .