Skip to content

Commit

Permalink
Update task.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
erinecon authored Oct 30, 2024
1 parent 5fdd47f commit dac9233
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/tutorial/code/flask/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ execute: |
# [docs:curl-init-deployment-end]
cd ..
cat greeting_app.py > app.py
sed -i "s/version: .*/version: 0.2/g" rockcraft.yaml
rockcraft pack
Expand Down Expand Up @@ -144,9 +145,3 @@ execute: |
# Remove the juju model
juju destroy-model flask-hello-world --destroy-storage
# [docs:clean-environment-end]

# [docs:destroy-multipass]
exit
multipass delete charm-dev
multipass purge
# [docs:destroy-multipass-end]

0 comments on commit dac9233

Please sign in to comment.