Skip to content

Commit

Permalink
fix spread test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkandersson committed May 7, 2024
1 parent 5231c99 commit 353363b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/spread/commands/init-django-framework/task.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
summary: test charmcraft init with flask-framework profile
summary: test charmcraft init with django-framework profile

execute: |
unset CHARMCRAFT_STORE_API_URL
unset CHARMCRAFT_UPLOAD_URL
unset CHARMCRAFT_REGISTRY_URL
mkdir -p test-init
cd test-init
charmcraft init --profile flask-framework
charmcraft init --profile django-framework
charmcraft fetch-libs
charmcraft pack --verbose
test -f *.charm
Expand Down
4 changes: 2 additions & 2 deletions tests/spread/commands/init-flask-framework/task.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
summary: test charmcraft init with django-framework profile
summary: test charmcraft init with flask-framework profile

execute: |
unset CHARMCRAFT_STORE_API_URL
unset CHARMCRAFT_UPLOAD_URL
unset CHARMCRAFT_REGISTRY_URL
mkdir -p test-init
cd test-init
charmcraft init --profile django-framework
charmcraft init --profile flask-framework
charmcraft fetch-libs
charmcraft pack --verbose
test -f *.charm
Expand Down

0 comments on commit 353363b

Please sign in to comment.