From 55d4be08979de9592f24c76fabb894a10d651977 Mon Sep 17 00:00:00 2001 From: rem Date: Thu, 16 Nov 2023 12:22:10 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index c44aa5b..8884aba 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: {}