We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730ca95 commit 43b2eb1Copy full SHA for 43b2eb1
1 file changed
tests/main/snap-tasks/tasks.yaml tests/main/snap-tasks/task.yamltests/main/snap-tasks/tasks.yaml renamed to tests/main/snap-tasks/task.yaml
@@ -6,7 +6,7 @@ details: |
6
7
execute: |
8
echo "Install snap to trigger a change"
9
- "$TESTSTOOLS"/install-local test-snap-with-components
+ "$TESTSTOOLS"/snaps-state install-local test-snap-with-components
10
11
echo "Get the change ID for the install operation"
12
CHANGE_ID=$(snap changes | grep "Install \"test-snap-with-components\" snap" | awk '{print $1}')
0 commit comments