update tutorial command to newest release branch (#33867)

This commit is contained in:
Greg Becker
2022-11-12 13:29:38 -08:00
committed by GitHub
parent 343cd04a54
commit 4ebe57cd64

View File

@@ -25,7 +25,7 @@
# tutorial configuration parameters
tutorial_branch = "releases/v%s" % ".".join(str(v) for v in spack.spack_version_info[:2])
tutorial_branch = "releases/v0.19"
tutorial_mirror = "file:///mirror"
tutorial_key = os.path.join(spack.paths.share_path, "keys", "tutorial.pub")