Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[draft] test credentials on 8.3 #5046

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading