@@ -13,7 +13,6 @@ steps:
|
|||||||
IMG_TAG="${DRONE_BUILD_NUMBER}-${DRONE_BRANCH}"
|
IMG_TAG="${DRONE_BUILD_NUMBER}-${DRONE_BRANCH}"
|
||||||
echo -n "$IMG_TAG,$SHORT_SHA" > .tags
|
echo -n "$IMG_TAG,$SHORT_SHA" > .tags
|
||||||
echo "Image tags -> $IMG_TAG , $SHORT_SHA"
|
echo "Image tags -> $IMG_TAG , $SHORT_SHA"
|
||||||
- mkdir -p ./artifacts/flutter
|
|
||||||
- rm -rf build
|
- rm -rf build
|
||||||
- flutter pub get
|
- flutter pub get
|
||||||
- flutter build web --release --output=build/tm_pwa
|
- flutter build web --release --output=build/tm_pwa
|
||||||
|
|||||||
Reference in New Issue
Block a user