Update .drone.yml
continuous-integration/drone/push Build was killed

This commit is contained in:
2026-06-15 13:55:32 +00:00
parent e3e6545743
commit d30051cae1
+3 -3
View File
@@ -13,10 +13,10 @@ steps:
IMG_TAG="${DRONE_BUILD_NUMBER}-${DRONE_BRANCH}"
echo -n "$IMG_TAG,$SHORT_SHA" > .tags
echo "Image tags -> $IMG_TAG , $SHORT_SHA"
- rm -rf build
- rm -rf pwa_dist
- flutter pub get
- flutter build web --release --output=build/tm_pwa
- ls -ltrh build/tm_pwa
- flutter build web --release --output=pwa_dist
- ls -ltrh pwa_dist
- name: push pwa
image: plugins/docker