File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ All optional parameters are set by default to `''`(empty string). All variables
106106 - `cvmfs_quota_limit` : ` '15000'` (see [GitHub Runner Hardware](https://docs.github.com/en/free-pro-team@latest/actions/reference/specifications-for-github-hosted-runners#supported-runners-and-hardware-resources) before changing)
107107 - `cvmfs_client_profile` : ` 'single'`
108108 - `cvmfs_use_cdn` : ` 'yes'`
109- - `cvmfs_ubuntu_deb_location` : ` https://ecsft. cern.ch/dist/cvmfs/cvmfs-release /cvmfs-release-latest_all.deb`
109+ - `cvmfs_ubuntu_deb_location` : ` https://cvmrepo.s3. cern.ch/cvmrepo/apt /cvmfs-release-latest_all.deb`
110110 - `cvmfs_config_package` : ` cvmfs-config-default`
111111
112112# # Minimal Example
Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ inputs:
319319 cvmfs_ubuntu_deb_location :
320320 description : ' Location from where to download the Ubuntu deb package of CernVM-FS'
321321 required : false
322- default : ' https://ecsft. cern.ch/dist/cvmfs/cvmfs-release /cvmfs-release-latest_all.deb'
322+ default : ' https://cvmrepo.s3. cern.ch/cvmrepo/apt /cvmfs-release-latest_all.deb'
323323 cvmfs_config_package :
324324 description : ' URL to the cvmfs config package to install'
325325 required : false
You can’t perform that action at this time.
0 commit comments