Skip to content

Commit 7184341

Browse files
committed
fix: update charm description to retrigger build
1 parent dc031cc commit 7184341

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

charm/charmcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bases:
1212

1313
summary: The charm for the snapcraft.io website
1414

15-
description: The charm for the snapcraft.io website, built with the PaaS app charmer
15+
description: The charm for the snapcraft.io website, built with the PaaS app charmer.
1616

1717
extensions:
1818
- flask-framework

rockcraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ parts:
2626
yarn install
2727
# build the UI
2828
yarn run build
29-
# mkdir -p "$CRAFT_PART_INSTALL/flask/app"
30-
# cp -r static "$CRAFT_PART_INSTALL/flask/app/"
29+
mkdir -p "$CRAFT_PART_INSTALL/flask/app"
30+
cp -r static "$CRAFT_PART_INSTALL/flask/app/"
3131
flask-framework/install-app:
3232
after:
3333
- build-ui

0 commit comments

Comments
 (0)