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 f5eb159 commit 760f2f1Copy full SHA for 760f2f1
1 file changed
tests/nested/manual/hybrid-tpm-fde-preinstall-check/task.yaml
@@ -57,7 +57,7 @@ prepare: |
57
58
# Fetch model
59
model_version_string="${MODEL_VERSION//\./}"
60
- curl -q https://raw.githubusercontent.com/canonical/models/refs/heads/master/ubuntu-classic-"${model_version_string}"-amd64-dangerous.json > classic.json
+ curl -q https://raw.githubusercontent.com/canonical/models/refs/heads/main/ubuntu-classic-"${model_version_string}"-amd64-dangerous.json > classic.json
61
# Only keep relevant snaps
62
gojq 'del(.snaps[] | select(.name | test("^(pc|pc-kernel|core.*|snapd)$") | not))' classic.json > classic-tmp.json
63
mv classic-tmp.json classic.json
0 commit comments