Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
Signed-off-by: Callahan Kovacs <[email protected]>
  • Loading branch information
mr-cal committed Sep 18, 2024
1 parent a24dc3e commit 1f8eee9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Empty file added test.txt
Empty file.
12 changes: 6 additions & 6 deletions tests/spread/store/basic-workflow/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,22 @@ execute: |
export SNAPCRAFT_STORE_AUTH="${SPREAD_VARIANT}"
# Who Am I?
snapcraft whoami
snapcraft whoami --verbosity=trace
# Register
snapcraft register --yes "${snap_name}"
snapcraft register --yes "${snap_name}" --verbosity=trace
# Take a look at registered snaps.
snapcraft list
snapcraft list --verbosity=trace
# Push and Release
snapcraft upload "${snap_file}" --release edge --component "foo=${foo_component_file}" --component "bar-baz=${bar_baz_component_file}"
snapcraft upload "${snap_file}" --release edge --component "foo=${foo_component_file}" --component "bar-baz=${bar_baz_component_file}" --verbosity=trace
# Show revisions
snapcraft list-revisions "${snap_name}"
snapcraft list-revisions "${snap_name}" --verbosity=trace
# Release
snapcraft release "${snap_name}" 1 edge
snapcraft release "${snap_name}" 1 edge --verbosity=trace
# Status
snapcraft status "${snap_name}"
Expand Down

0 comments on commit 1f8eee9

Please sign in to comment.