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 654871d commit f04dcad
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/general/store/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,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
snapcraft upload "${snap_file}" --release edge --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 f04dcad

Please sign in to comment.