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.
47
47
pulp artifact upload --file ~ /NVIDIA-GRID-Linux-KVM-525.105.14-525.105.17-528.89.zip
48
48
pulp file content create --relative-path " NVIDIA-GRID-Linux-KVM-525.105.14-525.105.17-528.89.zip" --sha256 c8e12c15b881df35e618bdee1f141cbfcc7e112358f0139ceaa95b48e20761e0
49
49
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"
51
51
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
53
53
54
54
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
55
55
will need to set the ``vgpu_driver_url `` configuration option to this value:
You can’t perform that action at this time.
0 commit comments