Skip to content

with cvmfs_http_proxy #346

with cvmfs_http_proxy

with cvmfs_http_proxy #346

name: with cvmfs_http_proxy
on:
push:
pull_request:
schedule:
- cron: '11 1 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: ./
with:
cvmfs_http_proxy: 'auto'
- name: Setup CernVM-FS
run: |
echo "### Dump default.local ###"
cat /etc/cvmfs/default.local
echo "### Chech cvmfs_http_proxy is set corretly to auto ###"
grep auto /etc/cvmfs/default.local