File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ running in a CI environment.
4747 pulp artifact upload --file ~ /NVIDIA-GRID-Linux-KVM-525.105.14-525.105.17-528.89.zip
4848 pulp file content create --relative-path " NVIDIA-GRID-Linux-KVM-525.105.14-525.105.17-528.89.zip" --sha256 c8e12c15b881df35e618bdee1f141cbfcc7e112358f0139ceaa95b48e20761e0
4949 pulp file repository create --name nvidia
50- pulp file repository add --name nvidia --sha256 c8e12c15b881df35e618bdee1f141cbfcc7e112358f0139ceaa95b48e20761e0 --relative-path " NVIDIA-GRID-Linux-KVM-525.105.14-525.105.17-528.89.zip"
50+ pulp file repository content add --repository nvidia --sha256 c8e12c15b881df35e618bdee1f141cbfcc7e112358f0139ceaa95b48e20761e0 --relative-path " NVIDIA-GRID-Linux-KVM-525.105.14-525.105.17-528.89.zip"
5151 pulp file publication create --repository nvidia
52- pulp file distribution update --name nvidia --base-path nvidia --repository nvidia
52+ pulp file distribution create --name nvidia --base-path nvidia --repository nvidia
5353
5454 The file will then be available at ``<pulp_url>/pulp/content/nvidia/NVIDIA-GRID-Linux-KVM-525.105.14-525.105.17-528.89.zip ``. You
5555will need to set the ``vgpu_driver_url `` configuration option to this value:
You can’t perform that action at this time.
0 commit comments